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 |
---|---|---|---|---|
371. | Kit (yukit123) | 58.74 | 99% | 2023-12-08 |
372. | unps (unps1235) | 58.68 | 95% | 2023-12-24 |
373. | nr922 (nr922) | 58.67 | 95% | 2024-05-02 |
374. | Surreal (surreal83) | 58.60 | 96% | 2022-11-25 |
375. | Arjun (asterbot) | 58.54 | 94% | 2023-10-08 |
376. | Roy (scaryroy) | 58.54 | 94% | 2024-07-20 |
377. | emyrr (emyrrr) | 58.49 | 94% | 2022-10-17 |
378. | Autumn (autumnhorn) | 58.47 | 98% | 2024-03-20 |
379. | saw (abed5li) | 58.45 | 96% | 2024-04-17 |
380. | diamondreflect (diamondrefl... | 58.38 | 96% | 2024-05-20 |
381. | Incendas (incendas) | 58.37 | 97% | 2024-09-15 |
382. | Hung (psucoder) | 58.33 | 96% | 2018-10-23 |
383. | wil (wilruns) | 58.33 | 96% | 2023-06-18 |
384. | Alexander (greenocelot26_dv... | 58.28 | 95% | 2024-03-04 |
385. | Beast (beastcodz) | 58.24 | 92% | 2024-02-12 |
386. | jason (echefcy) | 58.23 | 98% | 2024-04-25 |
387. | qwe (azeem838) | 58.22 | 98% | 2023-08-02 |
388. | Chinguun (zzzchinguun) | 58.22 | 100% | 2025-04-21 |
389. | 🤔 (akixuu) | 58.15 | 96% | 2024-02-15 |
390. | (royaljaat) | 58.12 | 97% | 2022-07-08 |
391. | Jeremy (kaazairl) | 58.12 | 97% | 2024-06-17 |
392. | yethaplaya (yethaplaya) | 58.07 | 96% | 2023-07-26 |
393. | Ted Horyczun (tedhoryczun) | 57.97 | 97% | 2025-02-21 |
394. | (vulturegang) | 57.95 | 95% | 2023-12-11 |
395. | Kevin (skillz9600) | 57.94 | 97% | 2023-02-01 |
396. | Po Caralho (pocaralho) | 57.93 | 96% | 2023-08-05 |
397. | Henrikas (henrikasj) | 57.91 | 94% | 2021-04-09 |
398. | Rob (kobeashi) | 57.89 | 96% | 2025-02-02 |
399. | twitch.tv/CGreyIce (imslow10) | 57.85 | 95% | 2024-02-20 |
400. | igs (x7041) | 57.79 | 95% | 2020-11-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |