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 |
|---|---|---|---|---|
| 495. | amin (parich) | 56.89 | 96% | 2024-04-08 |
| 496. | ghoudiy (ghoudiy) | 56.83 | 96% | 2023-06-10 |
| 497. | ArifAli (testingyu) | 56.71 | 97.7% | 2024-10-08 |
| 498. | Casey (casey_2000) | 56.69 | 96% | 2024-07-26 |
| 499. | akai (akaishuichi21) | 56.59 | 95% | 2023-09-18 |
| 500. | Emil Ovcina (ovcina) | 56.50 | 94% | 2023-08-28 |
| 501. | ruby (ruby_lu) | 56.46 | 92.6% | 2024-09-09 |
| 502. | Nima (nanimonima) | 56.38 | 94% | 2023-09-14 |
| 503. | Mr. Guest (anonymousguest) | 56.38 | 94% | 2023-07-23 |
| 504. | Karl (xillionpro) | 56.36 | 96% | 2021-11-12 |
| 505. | ishwarendra (ishwarendra) | 56.35 | 96% | 2023-04-16 |
| 506. | Pramod Adhikari (justpramod) | 56.35 | 96.3% | 2025-01-12 |
| 507. | darthinfinix (darthinfinix) | 56.33 | 93% | 2024-03-07 |
| 508. | Peter (doc_chungles) | 56.32 | 97% | 2023-12-31 |
| 509. | sunglass (sunglassdev) | 56.28 | 93% | 2024-03-19 |
| 510. | papalial (papalial) | 56.27 | 94% | 2024-03-16 |
| 511. | hady (01h2a) | 56.24 | 95% | 2023-07-11 |
| 512. | Just a Newbie (aaronchooi) | 56.22 | 99% | 2025-03-23 |
| 513. | mlhhsid (mlhhsid) | 56.21 | 97% | 2021-03-25 |
| 514. | Matthew (matthewpikachu) | 56.20 | 97% | 2025-06-09 |
| 515. | Deven (devenram) | 56.19 | 94% | 2025-06-16 |
| 516. | (sputype) | 56.17 | 95% | 2020-11-21 |
| 517. | Lucas (st3ezy) | 56.17 | 93% | 2023-06-09 |
| 518. | tsds (tsds) | 56.05 | 97% | 2021-10-06 |
| 519. | Mario (marfredd) | 56.03 | 95% | 2023-07-13 |
| 520. | pug (poug) | 55.88 | 96% | 2025-02-15 |
| 521. | Leo (linleo345) | 55.87 | 94% | 2023-06-23 |
| 522. | brendan (bfay1) | 55.83 | 95% | 2024-01-25 |
| 523. | will (will7460) | 55.81 | 94% | 2023-05-30 |
| 524. | Indeed (indeed001) | 55.79 | 95% | 2024-02-27 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |