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 |
|---|---|---|---|---|
| 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 |
| 40. | OysterRice (notterrancehuang) | 88.38 | 98% | 2023-11-18 |
| 41. | n685 (nhuang685) | 87.81 | 98% | 2024-05-24 |
| 42. | Stats (statistics) | 87.63 | 97% | 2025-11-19 |
| 43. | RAMs3c (xander360) | 87.34 | 99% | 2025-01-07 |
| 44. | Hamlet (typing__words) | 87.09 | 97% | 2024-12-09 |
| 45. | archie (archiekisro) | 87.08 | 98% | 2025-05-22 |
| 46. | (zak389) | 86.40 | 96.7% | 2025-04-14 |
| 47. | KiddieX (emyrr) | 86.30 | 96% | 2023-09-24 |
| 48. | (erokopes) | 86.27 | 98% | 2022-06-03 |
| 49. | Knight_Oikos (knight_oikos) | 85.99 | 98% | 2022-06-09 |
| 50. | Kasper (kaspertypes) | 85.67 | 97% | 2023-05-29 |
| 51. | Misha (mishafb) | 85.44 | 97% | 2020-11-25 |
| 52. | better than you (craznevil) | 85.08 | 98% | 2025-01-03 |
| 53. | 🤺 (turboflames) | 85.07 | 97% | 2021-06-27 |
| 54. | silver (gr0ff) | 84.85 | 99% | 2024-02-13 |
| 55. | Volhosis (v... | 84.26 | 97.7% | 2018-11-19 |
| 56. | bob (ekizs) | 84.18 | 96% | 2024-04-10 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |