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 |
---|---|---|---|---|
1381. | Dynamic (dynamic_x) | 31.58 | 91% | 2024-10-03 |
1382. | Yeahh_ (yeahh_) | 31.49 | 93% | 2023-10-01 |
1383. | Obed Gonzalez (bedo45) | 31.48 | 96% | 2024-03-11 |
1384. | kaen (kaen_00) | 31.46 | 94% | 2024-05-18 |
1385. | Rana (rana_1996) | 31.45 | 93% | 2020-02-06 |
1386. | Aheed (aheedbn) | 31.43 | 95% | 2023-09-12 |
1387. | krish (krish008) | 31.42 | 94% | 2023-07-03 |
1388. | M.A. Ahad Khan (aahadkhan) | 31.32 | 93% | 2023-10-22 |
1389. | Exsieg (exsiegcrosspath) | 31.32 | 95% | 2024-01-10 |
1390. | Md Mehedi Hasan Bhuiyan (me... | 31.29 | 97.4% | 2023-10-07 |
1391. | Brennan (brundy) | 31.28 | 96% | 2023-09-27 |
1392. | JesusThankYou❤️✝️ (... | 31.20 | 91% | 2025-04-01 |
1393. | Fixed (pedestrianlove) | 31.18 | 98% | 2024-10-22 |
1394. | pradnya (prnydi) | 31.16 | 94% | 2024-03-25 |
1395. | FMURTADHO (fmurtadho) | 31.14 | 94% | 2025-03-01 |
1396. | Razin (r42intailor) | 31.13 | 95% | 2024-11-26 |
1397. | zoro (bountyhunterzoro) | 31.09 | 96% | 2024-04-25 |
1398. | toqa (toqafotoh) | 31.09 | 91% | 2025-02-09 |
1399. | Calem (slow_crunch) | 31.06 | 95% | 2023-07-12 |
1400. | Fy_7 (fy_7) | 31.06 | 92% | 2024-09-30 |
1401. | laarneng (titamonglasing) | 31.05 | 96% | 2024-09-21 |
1402. | Hope (hopeinaguy) | 31.00 | 93.4% | 2025-02-18 |
1403. | teresa (tterrrz) | 30.99 | 97% | 2024-12-19 |
1404. | bobo (bobo80) | 30.91 | 95% | 2024-04-17 |
1405. | JY45 (jy45) | 30.89 | 92% | 2025-01-08 |
1406. | Ajos (ajos6969) | 30.86 | 99% | 2023-09-27 |
1407. | Harshal Patil (harshalpatil) | 30.85 | 91% | 2024-05-05 |
1408. | Pit (pit_pit) | 30.83 | 94% | 2023-09-01 |
1409. | Nikhil Patil (nikhilnick) | 30.81 | 95% | 2022-02-03 |
1410. | Rob (robgob) | 30.81 | 91% | 2023-10-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |