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 |
---|---|---|---|---|
1544. | Md Mehedi Hasan Bhuiyan (me... | 31.29 | 97.4% | 2023-10-07 |
1545. | Brennan (brundy) | 31.28 | 96% | 2023-09-27 |
1546. | JesusThankYou❤️✝️ (... | 31.20 | 91% | 2025-04-01 |
1547. | Fixed (pedestrianlove) | 31.18 | 98% | 2024-10-22 |
1548. | pradnya (prnydi) | 31.16 | 94% | 2024-03-25 |
1549. | FMURTADHO (fmurtadho) | 31.14 | 94% | 2025-03-01 |
1550. | Razin (r42intailor) | 31.13 | 95% | 2024-11-26 |
1551. | vasu (vaszu) | 31.12 | 95% | 2023-07-14 |
1552. | Alvaro Ricaldi (alvaro__) | 31.10 | 93% | 2025-05-27 |
1553. | zoro (bountyhunterzoro) | 31.09 | 96% | 2024-04-25 |
1554. | toqa (toqafotoh) | 31.09 | 91% | 2025-02-09 |
1555. | Cockroach (_cockroach) | 31.07 | 91% | 2023-07-11 |
1556. | Calem (slow_crunch) | 31.06 | 95% | 2023-07-12 |
1557. | Fy_7 (fy_7) | 31.06 | 92% | 2024-09-30 |
1558. | laarneng (titamonglasing) | 31.05 | 96% | 2024-09-21 |
1559. | Pradhan (gurjar_pradhan) | 31.05 | 97% | 2024-07-17 |
1560. | Ginnayy (ginnayy) | 31.02 | 93% | 2025-04-08 |
1561. | Hope (hopeinaguy) | 31.00 | 93.4% | 2025-02-18 |
1562. | teresa (tterrrz) | 30.99 | 97% | 2024-12-19 |
1563. | Guest (wordy123) | 30.99 | 96% | 2024-07-23 |
1564. | bobo (bobo80) | 30.91 | 95% | 2024-04-17 |
1565. | JY45 (jy45) | 30.89 | 92% | 2025-01-08 |
1566. | Ajos (ajos6969) | 30.86 | 99% | 2023-09-27 |
1567. | Harshal Patil (harshalpatil) | 30.85 | 91% | 2024-05-05 |
1568. | isis (isis076) | 30.84 | 96% | 2023-06-02 |
1569. | Pit (pit_pit) | 30.83 | 94% | 2023-09-01 |
1570. | Nikhil Patil (nikhilnick) | 30.81 | 95% | 2022-02-03 |
1571. | Rob (robgob) | 30.81 | 91% | 2023-10-05 |
1572. | travler (travler) | 30.81 | 93% | 2023-09-18 |
1573. | sunilprajapat (guddubahiya) | 30.81 | 95% | 2024-01-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |