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 |
---|---|---|---|---|
1513. | Bright (_br1ght_) | 32.11 | 94% | 2024-08-09 |
1514. | Julie (julie2605) | 32.01 | 94% | 2023-06-02 |
1515. | viku (bluesky990) | 32.00 | 94% | 2024-03-07 |
1516. | Racer503 (racer503) | 31.98 | 91% | 2024-08-16 |
1517. | RickChyou (rickchyou) | 31.96 | 95% | 2023-09-23 |
1518. | Gabriel (ppr3y) | 31.96 | 94% | 2025-05-21 |
1519. | Hasan (hasan_2809) | 31.95 | 91% | 2023-07-01 |
1520. | Matei (martinix_1006) | 31.91 | 94% | 2024-04-09 |
1521. | Harsh (he_who_remains) | 31.88 | 91% | 2024-05-20 |
1522. | dave (shalomski) | 31.87 | 94% | 2023-06-09 |
1523. | katyaa0_o (katyaa0_o) | 31.83 | 95% | 2023-06-15 |
1524. | Area_42 (area_42) | 31.79 | 97% | 2023-07-07 |
1525. | mehdi (infinit3_) | 31.79 | 91% | 2023-06-30 |
1526. | Ankit (ankit_10) | 31.69 | 93% | 2023-08-25 |
1527. | Bigily (bigilyy) | 31.64 | 92% | 2023-01-17 |
1528. | Pranav (prnv_srvstv) | 31.62 | 94% | 2023-08-05 |
1529. | Dynamic (dynamic_x) | 31.58 | 91% | 2024-10-03 |
1530. | JamesBridgewater (james_bri... | 31.54 | 88% | 2024-02-13 |
1531. | Yeahh_ (yeahh_) | 31.49 | 93% | 2023-10-01 |
1532. | Obed Gonzalez (bedo45) | 31.48 | 96% | 2024-03-11 |
1533. | kaen (kaen_00) | 31.46 | 94% | 2024-05-18 |
1534. | gaurav (typingnoob2) | 31.46 | 94% | 2023-05-28 |
1535. | Rana (rana_1996) | 31.45 | 93% | 2020-02-06 |
1536. | Aheed (aheedbn) | 31.43 | 95% | 2023-09-12 |
1537. | krish (krish008) | 31.42 | 94% | 2023-07-03 |
1538. | sid__que (sid__que) | 31.40 | 93% | 2023-06-09 |
1539. | Curse (curse10) | 31.39 | 95% | 2025-04-26 |
1540. | M.A. Ahad Khan (aahadkhan) | 31.32 | 93% | 2023-10-22 |
1541. | Exsieg (exsiegcrosspath) | 31.32 | 95% | 2024-01-10 |
1542. | Md Mehedi Hasan Bhuiyan (me... | 31.29 | 97.4% | 2023-10-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |