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 |
---|---|---|---|---|
490. | darthinfinix (darthinfinix) | 56.33 | 93% | 2024-03-07 |
491. | Peter (doc_chungles) | 56.32 | 97% | 2023-12-31 |
492. | sunglass (sunglassdev) | 56.28 | 93% | 2024-03-19 |
493. | papalial (papalial) | 56.27 | 94% | 2024-03-16 |
494. | RAKMY YKHOD (01h2a) | 56.24 | 95% | 2023-07-11 |
495. | mlhhsid (mlhhsid) | 56.21 | 97% | 2021-03-25 |
496. | Matthew (matthewpikachu) | 56.20 | 97% | 2025-06-09 |
497. | Deven (devenram) | 56.19 | 94% | 2025-06-16 |
498. | (sputype) | 56.17 | 95% | 2020-11-21 |
499. | Lucas (st3ezy) | 56.17 | 93% | 2023-06-09 |
500. | tsds (tsds) | 56.05 | 97% | 2021-10-06 |
501. | Mario (marfredd) | 56.03 | 95% | 2023-07-13 |
502. | pug (poug) | 55.88 | 96% | 2025-02-15 |
503. | Leo (linleo345) | 55.87 | 94% | 2023-06-23 |
504. | brendan (bfay1) | 55.83 | 95% | 2024-01-25 |
505. | will (will7460) | 55.81 | 94% | 2023-05-30 |
506. | Free Palestine (chaoticorder) | 55.79 | 96% | 2023-06-14 |
507. | Indeed (indeed001) | 55.79 | 95% | 2024-02-27 |
508. | vloek (tikpyp) | 55.78 | 98.6% | 2024-07-11 |
509. | Neyool (neyool) | 55.70 | 98% | 2025-06-29 |
510. | Matthew (fryzigg) | 55.64 | 93% | 2021-06-29 |
511. | syrianii (syrianii) | 55.61 | 94% | 2022-01-22 |
512. | Vashista (vashista) | 55.61 | 96% | 2024-09-19 |
513. | Evilenx (evilenx) | 55.60 | 94% | 2024-05-26 |
514. | Max (goinfullderp) | 55.51 | 97% | 2020-12-04 |
515. | typeracist (typeracist_nuub) | 55.48 | 96% | 2025-01-20 |
516. | StayStrong (trustyourself) | 55.46 | 94.9% | 2025-01-20 |
517. | mm2325 (moinl) | 55.45 | 97% | 2024-06-21 |
518. | Anish Vijay (doobynotnooby) | 55.40 | 97% | 2023-11-27 |
519. | Brent (bpappas) | 55.33 | 99% | 2024-01-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |