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 |
---|---|---|---|---|
1484. | Aheed (aheedbn) | 31.43 | 95% | 2023-09-12 |
1485. | krish (krish008) | 31.42 | 94% | 2023-07-03 |
1486. | sid__que (sid__que) | 31.40 | 93% | 2023-06-09 |
1487. | Curse (curse10) | 31.39 | 95% | 2025-04-26 |
1488. | M.A. Ahad Khan (aahadkhan) | 31.32 | 93% | 2023-10-22 |
1489. | Exsieg (exsiegcrosspath) | 31.32 | 95% | 2024-01-10 |
1490. | Md Mehedi Hasan Bhuiyan (me... | 31.29 | 97.4% | 2023-10-07 |
1491. | Brennan (brundy) | 31.28 | 96% | 2023-09-27 |
1492. | JesusThankYou❤️✝️ (... | 31.20 | 91% | 2025-04-01 |
1493. | Fixed (pedestrianlove) | 31.18 | 98% | 2024-10-22 |
1494. | pradnya (prnydi) | 31.16 | 94% | 2024-03-25 |
1495. | FMURTADHO (fmurtadho) | 31.14 | 94% | 2025-03-01 |
1496. | Razin (r42intailor) | 31.13 | 95% | 2024-11-26 |
1497. | vasu (vaszu) | 31.12 | 95% | 2023-07-14 |
1498. | zoro (bountyhunterzoro) | 31.09 | 96% | 2024-04-25 |
1499. | toqa (toqafotoh) | 31.09 | 91% | 2025-02-09 |
1500. | Cockroach (_cockroach) | 31.07 | 91% | 2023-07-11 |
1501. | Calem (slow_crunch) | 31.06 | 95% | 2023-07-12 |
1502. | Fy_7 (fy_7) | 31.06 | 92% | 2024-09-30 |
1503. | laarneng (titamonglasing) | 31.05 | 96% | 2024-09-21 |
1504. | Pradhan (gurjar_pradhan) | 31.05 | 97% | 2024-07-17 |
1505. | Ginnayy (ginnayy) | 31.02 | 93% | 2025-04-08 |
1506. | Hope (hopeinaguy) | 31.00 | 93.4% | 2025-02-18 |
1507. | teresa (tterrrz) | 30.99 | 97% | 2024-12-19 |
1508. | Guest (wordy123) | 30.99 | 96% | 2024-07-23 |
1509. | bobo (bobo80) | 30.91 | 95% | 2024-04-17 |
1510. | JY45 (jy45) | 30.89 | 92% | 2025-01-08 |
1511. | Ajos (ajos6969) | 30.86 | 99% | 2023-09-27 |
1512. | Harshal Patil (harshalpatil) | 30.85 | 91% | 2024-05-05 |
1513. | Pit (pit_pit) | 30.83 | 94% | 2023-09-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |