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 |
|---|---|---|---|---|
| 188. | Euan (emh_sk) | 70.89 | 96.5% | 2024-01-21 |
| 189. | ABCD (x007) | 70.64 | 100% | 2024-09-25 |
| 190. | ImpyQ (impyq) | 70.64 | 98% | 2025-04-21 |
| 191. | sygi (sygi) | 70.63 | 97% | 2024-11-19 |
| 192. | austin (0x13ba) | 70.55 | 97% | 2024-02-15 |
| 193. | Roger (itdepends_music) | 70.55 | 97% | 2024-09-22 |
| 194. | Adsd (kol123313) | 70.15 | 97% | 2021-06-11 |
| 195. | Filip (sustainedcruelty) | 70.11 | 98% | 2025-10-29 |
| 196. | Angel (tribaaldos) | 70.09 | 96% | 2023-08-23 |
| 197. | cole (socol) | 70.09 | 98% | 2024-07-21 |
| 198. | dvorak :) (lauta70) | 69.97 | 97% | 2023-01-09 |
| 199. | rey_ (airfilled) | 69.97 | 96% | 2025-09-14 |
| 200. | Ryan (chrissypoopoo) | 69.96 | 96% | 2023-08-01 |
| 201. | Param (paramt) | 69.68 | 96% | 2023-10-11 |
| 202. | Nyvil (nyvil) | 69.67 | 96% | 2024-09-15 |
| 203. | Gilang (sandstormfx) | 69.66 | 96% | 2023-06-14 |
| 204. | Pórem (minipoloalex) | 69.64 | 94.8% | 2025-06-06 |
| 205. | TheProdigyHenry (henryv70) | 69.58 | 98% | 2023-06-26 |
| 206. | GlassesNerd (glassesnerd) | 69.57 | 99% | 2024-05-24 |
| 207. | meow (rerety123) | 69.49 | 96% | 2025-08-23 |
| 208. | Milan (milang13) | 69.42 | 97.2% | 2024-05-24 |
| 209. | Thunderz (thunderz2016) | 69.39 | 95% | 2025-01-24 |
| 210. | I'm still sticking with Qwe... | 69.28 | 95% | 2024-08-04 |
| 211. | cozy (nekozy) | 69.17 | 98% | 2023-10-18 |
| 212. | Groozyn (groozyn) | 69.05 | 98.6% | 2024-03-09 |
| 213. | OddlySerious (oddlyserious) | 69.05 | 97.7% | 2024-12-10 |
| 214. | kvn (humptyhump) | 68.95 | 95% | 2021-02-11 |
| 215. | Tom (gazi243) | 68.88 | 97% | 2024-04-19 |
| 216. | jean (jsddfgh) | 68.81 | 98% | 2023-06-20 |
| 217. | Jeremy (cutecup) | 68.65 | 97% | 2025-11-15 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |