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 |
---|---|---|---|---|
386. | Aiden (dia8255) | 58.81 | 96% | 2024-04-09 |
387. | Lupi (thedogz) | 58.80 | 94% | 2024-03-13 |
388. | medkha (medkhabt) | 58.77 | 98% | 2024-05-14 |
389. | Jawahir (jawa_481) | 58.74 | 97.7% | 2023-11-12 |
390. | Kit (yukit123) | 58.74 | 99% | 2023-12-08 |
391. | unps (unps1235) | 58.68 | 95% | 2023-12-24 |
392. | nr922 (nr922) | 58.67 | 95% | 2024-05-02 |
393. | Surreal (surreal83) | 58.60 | 96% | 2022-11-25 |
394. | Arjun (asterbot) | 58.54 | 94% | 2023-10-08 |
395. | Roy (scaryroy) | 58.54 | 94% | 2024-07-20 |
396. | emyrr (emyrrr) | 58.49 | 94% | 2022-10-17 |
397. | Autumn (autumnhorn) | 58.47 | 98% | 2024-03-20 |
398. | fastest (_fastest_typist) | 58.46 | 97% | 2025-04-04 |
399. | saw (abed5li) | 58.45 | 96% | 2024-04-17 |
400. | diamondreflect (diamondrefl... | 58.38 | 96% | 2024-05-20 |
401. | Incendas (incendas) | 58.37 | 97% | 2024-09-15 |
402. | Hung (psucoder) | 58.33 | 96% | 2018-10-23 |
403. | wil (wilruns) | 58.33 | 96% | 2023-06-18 |
404. | Alexander (greenocelot26_dv... | 58.28 | 95% | 2024-03-04 |
405. | Beast (beastcodz) | 58.24 | 92% | 2024-02-12 |
406. | jason (echefcy) | 58.23 | 98% | 2024-04-25 |
407. | qwe (azeem838) | 58.22 | 98% | 2023-08-02 |
408. | Chinguun (zzzchinguun) | 58.22 | 100% | 2025-04-21 |
409. | 🤔 (akixuu) | 58.15 | 96% | 2024-02-15 |
410. | road to 170WPM (royaljaat) | 58.12 | 97% | 2022-07-08 |
411. | Jeremy (kaazairl) | 58.12 | 97% | 2024-06-17 |
412. | Maaddy (maaddy_) | 58.08 | 98.3% | 2025-04-21 |
413. | yethaplaya (yethaplaya) | 58.07 | 96% | 2023-07-26 |
414. | Ted Horyczun (tedhoryczun) | 57.97 | 97% | 2025-02-21 |
415. | (vulturegang) | 57.95 | 95% | 2023-12-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |