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 |
|---|---|---|---|---|
| 228. | David (ipanda27) | 68.06 | 95% | 2024-09-27 |
| 229. | trans rights (scrunky) | 67.99 | 91.6% | 2024-03-18 |
| 230. | Karl (kistenklaus) | 67.84 | 96% | 2025-09-10 |
| 231. | 💀💀💀 (gospell) | 67.81 | 96% | 2023-08-17 |
| 232. | moai (moai) | 67.81 | 96% | 2024-04-07 |
| 233. | se (simops) | 67.71 | 95% | 2023-08-30 |
| 234. | Alex (alexkotr187) | 67.62 | 96% | 2024-11-29 |
| 235. | (jlachney) | 67.54 | 96% | 2020-11-19 |
| 236. | fastpotion (fastpotion) | 67.48 | 97% | 2024-02-17 |
| 237. | Jake (jaydez) | 67.47 | 97% | 2024-01-31 |
| 238. | kewl (hyper_racer) | 67.39 | 98% | 2019-08-10 |
| 239. | Sunny (memory_leak) | 67.39 | 99% | 2023-10-01 |
| 240. | Sapient (sapient) | 67.33 | 97% | 2025-02-02 |
| 241. | Steven (xuqc01) | 67.23 | 94% | 2023-07-05 |
| 242. | Martin (martinkozle) | 67.15 | 95% | 2022-01-28 |
| 243. | Дидакус (didacus) | 67.15 | 99% | 2024-05-09 |
| 244. | russLearnLau (russlearnlau) | 67.06 | 96% | 2024-02-23 |
| 245. | NoNo (nonoesimposible) | 67.04 | 98% | 2024-03-08 |
| 246. | type (typegodswag) | 66.89 | 96% | 2023-08-15 |
| 247. | 000 (oknotok_) | 66.77 | 96% | 2023-07-24 |
| 248. | :( (altrocality_dvorak_acc) | 66.73 | 96% | 2023-01-06 |
| 249. | santy (santy81855) | 66.64 | 97% | 2021-01-31 |
| 250. | ⭐️⭐️⭐️ (pbnl2) | 66.57 | 97% | 2020-03-31 |
| 251. | Faisal (md_faisal) | 66.51 | 97.1% | 2023-11-08 |
| 252. | x86me (x86me) | 66.49 | 96% | 2025-04-03 |
| 253. | ⚠ calvin ⚠ (calvintyper... | 66.48 | 98% | 2025-01-31 |
| 254. | Bob (ryokucha) | 66.38 | 96.2% | 2023-07-30 |
| 255. | ftplz (hisoka666) | 66.35 | 96% | 2020-11-28 |
| 256. | (peaceinchrist) | 66.32 | 96% | 2021-12-07 |
| 257. | Darko (darkec) | 66.27 | 98% | 2020-11-20 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |