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 |
---|---|---|---|---|
485. | ruby (ruby_lu) | 56.46 | 92.6% | 2024-09-09 |
486. | Nima (nanimonima) | 56.38 | 94% | 2023-09-14 |
487. | Mr. Guest (anonymousguest) | 56.38 | 94% | 2023-07-23 |
488. | Karl (xillionpro) | 56.36 | 96% | 2021-11-12 |
489. | ishwarendra (ishwarendra) | 56.35 | 96% | 2023-04-16 |
490. | Pramod Adhikari (justpramod) | 56.35 | 96% | 2025-01-12 |
491. | darthinfinix (darthinfinix) | 56.33 | 93% | 2024-03-07 |
492. | Peter (doc_chungles) | 56.32 | 97% | 2023-12-31 |
493. | sunglass (sunglassdev) | 56.28 | 93% | 2024-03-19 |
494. | papalial (papalial) | 56.27 | 94% | 2024-03-16 |
495. | RAKMY YKHOD (01h2a) | 56.24 | 95% | 2023-07-11 |
496. | mlhhsid (mlhhsid) | 56.21 | 97% | 2021-03-25 |
497. | Matthew (matthewpikachu) | 56.20 | 97% | 2025-06-09 |
498. | Deven (devenram) | 56.19 | 94% | 2025-06-16 |
499. | (sputype) | 56.17 | 95% | 2020-11-21 |
500. | Lucas (st3ezy) | 56.17 | 93% | 2023-06-09 |
501. | tsds (tsds) | 56.05 | 97% | 2021-10-06 |
502. | Mario (marfredd) | 56.03 | 95% | 2023-07-13 |
503. | pug (poug) | 55.88 | 96% | 2025-02-15 |
504. | Leo (linleo345) | 55.87 | 94% | 2023-06-23 |
505. | brendan (bfay1) | 55.83 | 95% | 2024-01-25 |
506. | will (will7460) | 55.81 | 94% | 2023-05-30 |
507. | Free Palestine (chaoticorder) | 55.79 | 96% | 2023-06-14 |
508. | Indeed (indeed001) | 55.79 | 95% | 2024-02-27 |
509. | vloek (tikpyp) | 55.78 | 98.6% | 2024-07-11 |
510. | Neyool (neyool) | 55.70 | 98% | 2025-06-29 |
511. | Matthew (fryzigg) | 55.64 | 93% | 2021-06-29 |
512. | syrianii (syrianii) | 55.61 | 94% | 2022-01-22 |
513. | Vashista (vashista) | 55.61 | 96% | 2024-09-19 |
514. | Evilenx (evilenx) | 55.60 | 94% | 2024-05-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |