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 |
|---|---|---|---|---|
| 509. | Peter (doc_chungles) | 56.32 | 97% | 2023-12-31 |
| 510. | sunglass (sunglassdev) | 56.28 | 93% | 2024-03-19 |
| 511. | papalial (papalial) | 56.27 | 94% | 2024-03-16 |
| 512. | hady (01h2a) | 56.24 | 95% | 2023-07-11 |
| 513. | Just a Newbie (aaronchooi) | 56.22 | 99% | 2025-03-23 |
| 514. | mlhhsid (mlhhsid) | 56.21 | 97% | 2021-03-25 |
| 515. | Matthew (matthewpikachu) | 56.20 | 97% | 2025-06-09 |
| 516. | Deven (devenram) | 56.19 | 94% | 2025-06-16 |
| 517. | (sputype) | 56.17 | 95% | 2020-11-21 |
| 518. | Lucas (st3ezy) | 56.17 | 93% | 2023-06-09 |
| 519. | tsds (tsds) | 56.05 | 97% | 2021-10-06 |
| 520. | Mario (marfredd) | 56.03 | 95% | 2023-07-13 |
| 521. | pug (poug) | 55.88 | 96% | 2025-02-15 |
| 522. | Leo (linleo345) | 55.87 | 94% | 2023-06-23 |
| 523. | brendan (bfay1) | 55.83 | 95% | 2024-01-25 |
| 524. | will (will7460) | 55.81 | 94% | 2023-05-30 |
| 525. | Free Palestine (chaoticorder) | 55.79 | 96% | 2023-06-14 |
| 526. | Indeed (indeed001) | 55.79 | 95% | 2024-02-27 |
| 527. | vloek (tikpyp) | 55.78 | 98.6% | 2024-07-11 |
| 528. | Neyool (neyool) | 55.70 | 98% | 2025-06-29 |
| 529. | Matthew (fryzigg) | 55.64 | 93% | 2021-06-29 |
| 530. | syrianii (syrianii) | 55.61 | 94% | 2022-01-22 |
| 531. | Vashista (vashista) | 55.61 | 96% | 2024-09-19 |
| 532. | Evilenx (evilenx) | 55.60 | 94% | 2024-05-26 |
| 533. | Max (goinfullderp) | 55.51 | 97% | 2020-12-04 |
| 534. | typeracist (typeracist_nuub) | 55.48 | 96% | 2025-01-20 |
| 535. | StayStrong (trustyourself) | 55.46 | 94.9% | 2025-01-20 |
| 536. | mm2325 (moinl) | 55.45 | 97% | 2024-06-21 |
| 537. | Anish Vijay (doobynotnooby) | 55.40 | 97% | 2023-11-27 |
| 538. | Brent (bpappas) | 55.33 | 99% | 2024-01-06 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |