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 |
---|---|---|---|---|
25. | Jetmode🐊🐍นานย... | 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] (joshuar... | 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. | Lydia (shiruzu) | 91.78 | 99.6% | 2024-11-20 |
35. | Joseph (joseph_468) | 91.34 | 96% | 2024-05-17 |
36. | chris (chillb0) | 91.17 | 98% | 2023-02-17 |
37. | enwask (enwask) | 90.09 | 98% | 2024-02-26 |
38. | abd (abdi07) | 88.47 | 100% | 2023-05-25 |
39. | OysterRice (notterrancehuang) | 88.38 | 98% | 2023-11-18 |
40. | n685 (nhuang685) | 87.81 | 98% | 2024-05-24 |
41. | RAMs3c (xander360) | 87.34 | 99% | 2025-01-07 |
42. | Hamlet (typing__words) | 87.09 | 97% | 2024-12-09 |
43. | archie (archiekisro) | 87.08 | 98% | 2025-05-22 |
44. | (zak389) | 86.40 | 96.7% | 2025-04-14 |
45. | KiddieX (emyrr) | 86.30 | 96% | 2023-09-24 |
46. | meteora (erokopes) | 86.27 | 98% | 2022-06-03 |
47. | Knight_Oikos (knight_oikos) | 85.99 | 98% | 2022-06-09 |
48. | Kasper (kaspertypes) | 85.67 | 97% | 2023-05-29 |
49. | Misha (mishafb) | 85.44 | 97% | 2020-11-25 |
50. | better than you (craznevil) | 85.08 | 98% | 2025-01-03 |
51. | 🤺 (turboflames) | 85.07 | 97% | 2021-06-27 |
52. | silver (gr0ff) | 84.85 | 99% | 2024-02-13 |
53. | Volhosis (v... | 84.26 | 97.7% | 2018-11-19 |
54. | bob (ekizs) | 84.18 | 96% | 2024-04-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |