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 |
---|---|---|---|---|
10. | hi (helloimnotgood1) | 110.12 | 99% | 2024-04-01 |
11. | (e6f4e37l) | 109.14 | 98% | 2021-07-04 |
12. | deroche (deroche1) | 108.61 | 97% | 2019-02-19 |
13. | permil (permil) | 108.52 | 100% | 2019-02-25 |
14. | Rohan B. (linuxman_linux) | 107.68 | 98% | 2024-05-11 |
15. | Shutaro (w_h_) | 106.81 | 99% | 2019-02-26 |
16. | Vielle (arc_sec) | 106.71 | 99% | 2019-08-08 |
17. | Kinesis (kinesis_quake) | 104.02 | 99.6% | 2024-01-18 |
18. | LeSirH (lesirh) | 103.79 | 98% | 2020-12-19 |
19. | retired, for now ᐢ.‸.... | 99.98 | 99% | 2024-06-29 |
20. | tanon (tanon710s) | 99.24 | 98% | 2019-02-25 |
21. | Thien (thienu) | 98.78 | 97% | 2024-11-24 |
22. | S (smithandteam) | 97.69 | 99% | 2023-10-17 |
23. | awesomerelic (NQ) (Maintrac... | 97.41 | 95% | 2023-11-18 |
24. | dev_manush (dev_manush) | 97.36 | 99% | 2023-08-01 |
25. | Jetmode🐊🐍 (botpro) | 97.32 | 96.2% | 2024-04-05 |
26. | Saffi (saffaffi) | 96.61 | 97% | 2023-06-09 |
27. | (delirious) | 96.20 | 100% | 2019-02-01 |
28. | (keegant) | 95.51 | 97% | 2019-07-20 |
29. | tstats[joshuarose] 🇵🇸... | 94.75 | 97.4% | 2024-06-17 |
30. | Anch (anch159) | 93.07 | 98% | 2024-04-29 |
31. | beans (beancity) | 92.96 | 98% | 2023-06-16 |
32. | Yuhang (yuhang0722) | 92.85 | 99% | 2023-08-06 |
33. | Stephen (iwinn) | 92.47 | 97% | 2024-09-26 |
34. | rn1hd (rnk1hd) | 92.46 | 98% | 2025-09-13 |
35. | Lydia (shiruzu) | 91.78 | 99.6% | 2024-11-20 |
36. | Joseph (joseph_468) | 91.34 | 96% | 2024-05-17 |
37. | chris (chillb0) | 91.17 | 98% | 2023-02-17 |
38. | enwask (enwask) | 90.09 | 98% | 2024-02-26 |
39. | abd (abdi07) | 88.47 | 100% | 2023-05-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |