function calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } }
—from Throw, a other by http://www.javascriptbook.com
Active since October 4, 2018.
301 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
68. | ringo (ringot) | 80.68 | 98% | 2025-03-13 |
69. | soupkitchen (soupkitchen) | 80.64 | 95% | 2023-09-24 |
70. | (boy_314) | 80.63 | 98% | 2019-10-17 |
71. | Kim (kimson52) | 80.50 | 99% | 2024-09-28 |
72. | Kent (kfreezen) | 80.47 | 98% | 2023-06-13 |
73. | ¯\_(ツ)_/¯ (caliskimmer) | 80.30 | 98% | 2023-04-09 |
74. | Masato (shino16) | 80.28 | 98% | 2024-11-24 |
75. | Artos (a_tortoise) | 80.27 | 97% | 2023-11-26 |
76. | SalmanMKC (hellothen) | 80.12 | 97.4% | 2024-02-12 |
77. | Julia (348753021) | 80.10 | 98% | 2024-01-07 |
78. | (poem) | 79.65 | 96.1% | 2021-09-02 |
79. | :) (bavadin) | 79.64 | 98% | 2020-09-01 |
80. | LB (man_onatree) | 79.57 | 99% | 2023-06-06 |
81. | loois (gorgontes) | 79.55 | 99% | 2023-11-01 |
82. | (altrocality) | 78.98 | 98% | 2023-06-04 |
83. | hamza (mizoxes) | 78.81 | 96% | 2021-12-02 |
84. | alieb (alieb) | 78.50 | 94.4% | 2021-02-01 |
85. | 안드레아 (o________o) | 78.43 | 96% | 2020-09-15 |
86. | ⛧🦇🎃💀🎃🦇⛧ ... | 78.23 | 96% | 2019-07-29 |
87. | Rathgarr (ragnaulfr) | 78.09 | 97% | 2024-06-12 |
88. | da (causenetsofv) | 77.99 | 99% | 2020-12-07 |
89. | (w1ns) | 77.71 | 97% | 2022-07-01 |
90. | Warden (warden7383) | 77.58 | 97% | 2023-06-21 |
91. | Amir (amirahmedimtiaz) | 77.55 | 97% | 2024-03-02 |
92. | c4 (noobgalaxy) | 77.46 | 97% | 2020-12-23 |
93. | Carlos (carloscalla) | 77.40 | 99% | 2024-07-26 |
94. | zetria (primalknight) | 77.35 | 96% | 2020-07-22 |
95. | Gendarme (gendarme) | 77.25 | 97% | 2024-12-03 |
96. | mark (astraphilia) | 77.18 | 97% | 2023-11-24 |
97. | forgedstudios.com/vote (kry... | 77.17 | 95% | 2024-05-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |