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 |
|---|---|---|---|---|
| 1503. | arman (sjraja) | 34.44 | 93% | 2024-06-01 |
| 1504. | Goku (rmehedi) | 34.43 | 94% | 2024-02-11 |
| 1505. | deewa (dewakuneiei) | 34.39 | 97% | 2024-10-29 |
| 1506. | yellowflash2646 (yellowflas... | 34.37 | 93% | 2023-11-21 |
| 1507. | Adi (unsio) | 34.35 | 94% | 2023-01-26 |
| 1508. | Dodo (sonic20) | 34.35 | 98% | 2025-01-25 |
| 1509. | Saurabh (ssb456) | 34.34 | 94.8% | 2025-03-15 |
| 1510. | satya (herry123458972349) | 34.33 | 94% | 2024-03-25 |
| 1511. | Mostafa (mostafa_abdelaal) | 34.33 | 93% | 2023-08-08 |
| 1512. | Francesco (cecco43) | 34.31 | 93.6% | 2024-01-02 |
| 1513. | ig: tomekgowin_ (tomeczek) | 34.30 | 93% | 2024-12-19 |
| 1514. | Nagappan (revoristic_naga) | 34.29 | 93% | 2023-06-19 |
| 1515. | TypeSquid (typesquid) | 34.29 | 94% | 2024-09-15 |
| 1516. | Jerry (jerry_jeager) | 34.28 | 92% | 2024-06-08 |
| 1517. | Xancola (xancola) | 34.27 | 90% | 2020-11-18 |
| 1518. | 413k (413k) | 34.25 | 95% | 2024-06-03 |
| 1519. | Su (su1615) | 34.21 | 94% | 2025-01-11 |
| 1520. | Ioan (ioans) | 34.20 | 94% | 2023-01-25 |
| 1521. | goofy goober (2chill4u_top) | 34.19 | 94% | 2023-06-30 |
| 1522. | Made Daliant (madedaliant) | 34.18 | 95% | 2024-10-21 |
| 1523. | oliver (oliver13863) | 34.14 | 93% | 2024-12-30 |
| 1524. | tymon (tyron5202) | 34.10 | 92.3% | 2024-05-12 |
| 1525. | Nikk (white13) | 34.09 | 93% | 2021-04-14 |
| 1526. | themztr (themztr) | 34.06 | 94% | 2023-06-10 |
| 1527. | ellie (ellliee) | 34.05 | 98% | 2023-09-08 |
| 1528. | mohit bhawnani (mohit_bhawn... | 34.05 | 95% | 2025-01-23 |
| 1529. | Zaphod (zapgawd) | 34.04 | 95% | 2024-09-20 |
| 1530. | em0nal (em0nal) | 34.03 | 92% | 2024-01-29 |
| 1531. | AI (lhyn0505) | 34.03 | 95% | 2024-08-21 |
| 1532. | Leve Leve, Leve Palestina (... | 33.96 | 93% | 2023-12-23 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |