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 |
---|---|---|---|---|
247. | HUNGRY (hungry04) | 65.44 | 94% | 2023-06-20 |
248. | Hue (nshue) | 65.39 | 95% | 2025-03-08 |
249. | Alex (alexklaus) | 65.36 | 99% | 2021-08-30 |
250. | (cubeyfantwo) | 65.35 | 94% | 2020-11-29 |
251. | menv (menv) | 65.22 | 96% | 2024-06-10 |
252. | Maphey (keepinupwmae) | 65.15 | 99% | 2025-03-16 |
253. | Lego (lamborgotii) | 65.13 | 94% | 2024-01-14 |
254. | Arthur Volant (volantar) | 65.04 | 96% | 2024-12-04 |
255. | because... (3agwa_79) | 64.99 | 96% | 2023-05-23 |
256. | Vishal Singh Adhikari (vizz... | 64.99 | 97% | 2024-04-22 |
257. | I'm better than (abra_cadabra) | 64.96 | 97% | 2024-11-20 |
258. | (scraex) | 64.92 | 93% | 2021-12-07 |
259. | Frank (frankbryden) | 64.86 | 95.3% | 2024-12-04 |
260. | (needforaccuracy) | 64.83 | 96% | 2023-08-16 |
261. | mattcapazz (mattcapazz) | 64.83 | 95% | 2023-06-18 |
262. | Walalang (walalangalaga) | 64.74 | 97% | 2024-05-01 |
263. | Andrei (cheez3d) | 64.70 | 96% | 2023-03-16 |
264. | Charles (armdev) | 64.65 | 97% | 2025-04-11 |
265. | Abishiek (abishiek_12) | 64.49 | 96.6% | 2023-12-27 |
266. | Daniel (daniel_h212) | 64.48 | 96% | 2024-10-01 |
267. | Taush (tsampley) | 64.35 | 96% | 2021-07-01 |
268. | racer (dev_racer) | 64.35 | 97% | 2024-12-25 |
269. | Josh (expiredvenom) | 64.25 | 95% | 2023-08-04 |
270. | :) (jjz03) | 64.24 | 99% | 2018-10-12 |
271. | Lazar07 (lazar07) | 64.14 | 97% | 2025-03-03 |
272. | Stea (fracticals) | 64.12 | 96% | 2025-05-27 |
273. | klenki (klenks) | 64.09 | 96% | 2021-03-02 |
274. | tw0f1v3w0n (capricitor) | 64.05 | 98.3% | 2025-02-01 |
275. | Oviyan Gandhi (syck) | 64.01 | 97% | 2024-07-11 |
276. | Jawad (noob_100) | 63.95 | 94% | 2024-04-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |