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 |
---|---|---|---|---|
392. | Kit (yukit123) | 58.74 | 99% | 2023-12-08 |
393. | unps (unps1235) | 58.68 | 95% | 2023-12-24 |
394. | nr922 (nr922) | 58.67 | 95% | 2024-05-02 |
395. | Surreal (surreal83) | 58.60 | 96% | 2022-11-25 |
396. | Arjun (asterbot) | 58.54 | 94% | 2023-10-08 |
397. | Roy (scaryroy) | 58.54 | 94% | 2024-07-20 |
398. | emyrr (emyrrr) | 58.49 | 94% | 2022-10-17 |
399. | Autumn (autumnhorn) | 58.47 | 98% | 2024-03-20 |
400. | fastest (_fastest_typist) | 58.46 | 97% | 2025-04-04 |
401. | saw (abed5li) | 58.45 | 96% | 2024-04-17 |
402. | diamondreflect (diamondrefl... | 58.38 | 96% | 2024-05-20 |
403. | Incendas (incendas) | 58.37 | 97% | 2024-09-15 |
404. | Hung (psucoder) | 58.33 | 96% | 2018-10-23 |
405. | wil (wilruns) | 58.33 | 96% | 2023-06-18 |
406. | Alexander (greenocelot26_dv... | 58.28 | 95% | 2024-03-04 |
407. | Beast (beastcodz) | 58.24 | 92% | 2024-02-12 |
408. | jason (echefcy) | 58.23 | 98% | 2024-04-25 |
409. | qwe (azeem838) | 58.22 | 98% | 2023-08-02 |
410. | Chinguun (zzzchinguun) | 58.22 | 100% | 2025-04-21 |
411. | 🤔 (akixuu) | 58.15 | 96% | 2024-02-15 |
412. | road to 170WPM (royaljaat) | 58.12 | 97% | 2022-07-08 |
413. | Jeremy (kaazairl) | 58.12 | 97% | 2024-06-17 |
414. | Maaddy (maaddy_) | 58.08 | 98.3% | 2025-04-21 |
415. | yethaplaya (yethaplaya) | 58.07 | 96% | 2023-07-26 |
416. | Ted Horyczun (tedhoryczun) | 57.97 | 97% | 2025-02-21 |
417. | (vulturegang) | 57.95 | 95% | 2023-12-11 |
418. | Kevin (skillz9600) | 57.94 | 97% | 2023-02-01 |
419. | Po Caralho (pocaralho) | 57.93 | 96% | 2023-08-05 |
420. | Henrikas (henrikasj) | 57.91 | 94% | 2021-04-09 |
421. | AP (shor) | 57.91 | 94% | 2023-07-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |