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 |
---|---|---|---|---|
1553. | gaurav (typingnoob2) | 31.46 | 94% | 2023-05-28 |
1554. | Rana (rana_1996) | 31.45 | 93% | 2020-02-06 |
1555. | Aheed (aheedbn) | 31.43 | 95% | 2023-09-12 |
1556. | krish (krish008) | 31.42 | 94% | 2023-07-03 |
1557. | sid__que (sid__que) | 31.40 | 93% | 2023-06-09 |
1558. | Curse (curse10) | 31.39 | 95% | 2025-04-26 |
1559. | M.A. Ahad Khan (aahadkhan) | 31.32 | 93% | 2023-10-22 |
1560. | Exsieg (exsiegcrosspath) | 31.32 | 95% | 2024-01-10 |
1561. | Md Mehedi Hasan Bhuiyan (me... | 31.29 | 97.4% | 2023-10-07 |
1562. | Brennan (brundy) | 31.28 | 96% | 2023-09-27 |
1563. | JesusThankYou❤️✝️ (... | 31.20 | 91% | 2025-04-01 |
1564. | Fixed (pedestrianlove) | 31.18 | 98% | 2024-10-22 |
1565. | pradnya (prnydi) | 31.16 | 94% | 2024-03-25 |
1566. | FMURTADHO (fmurtadho) | 31.14 | 94% | 2025-03-01 |
1567. | Razin (r42intailor) | 31.13 | 95% | 2024-11-26 |
1568. | vasu (vaszu) | 31.12 | 95% | 2023-07-14 |
1569. | Alvaro Ricaldi (alvaro__) | 31.10 | 93% | 2025-05-27 |
1570. | zoro (bountyhunterzoro) | 31.09 | 96% | 2024-04-25 |
1571. | toqa (toqafotoh) | 31.09 | 91% | 2025-02-09 |
1572. | Cockroach (_cockroach) | 31.07 | 91% | 2023-07-11 |
1573. | Calem (slow_crunch) | 31.06 | 95% | 2023-07-12 |
1574. | Fy_7 (fy_7) | 31.06 | 92% | 2024-09-30 |
1575. | laarneng (titamonglasing) | 31.05 | 96% | 2024-09-21 |
1576. | Pradhan (gurjar_pradhan) | 31.05 | 97% | 2024-07-17 |
1577. | Ginnayy (ginnayy) | 31.02 | 93% | 2025-04-08 |
1578. | Hope (hopeinaguy) | 31.00 | 93.4% | 2025-02-18 |
1579. | teresa (tterrrz) | 30.99 | 97% | 2024-12-19 |
1580. | Guest (wordy123) | 30.99 | 96% | 2024-07-23 |
1581. | bobo (bobo80) | 30.91 | 95% | 2024-04-17 |
1582. | JY45 (jy45) | 30.89 | 92% | 2025-01-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |