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 |
|---|---|---|---|---|
| 1321. | Abdullah (bunajim) | 38.10 | 96% | 2021-10-29 |
| 1322. | Hex (thepulkit13) | 38.09 | 94% | 2019-10-25 |
| 1323. | typerhuang559 (typerhuang559) | 38.06 | 97% | 2023-08-07 |
| 1324. | Ray (rebirth_21) | 38.05 | 96% | 2024-01-16 |
| 1325. | romak (romak_ug) | 38.05 | 96% | 2025-11-03 |
| 1326. | tstats[slowtyperider] (slow... | 38.03 | 93% | 2019-03-04 |
| 1327. | Leonidas (leonidas_the_great) | 38.03 | 94% | 2024-09-23 |
| 1328. | MrJocs (jocavieira) | 38.02 | 94.6% | 2025-02-11 |
| 1329. | steven (urmoots) | 38.00 | 90% | 2025-07-11 |
| 1330. | Nel (fodsdj) | 37.96 | 95% | 2025-02-25 |
| 1331. | Kuruma (kuruma404) | 37.94 | 97% | 2023-10-22 |
| 1332. | TargiX (targix) | 37.94 | 93% | 2023-11-13 |
| 1333. | CatShark (dodobunny) | 37.86 | 94% | 2021-08-24 |
| 1334. | Ex (exkirito) | 37.81 | 94% | 2024-05-14 |
| 1335. | Erick (pandaberick) | 37.80 | 94% | 2023-08-05 |
| 1336. | Tasos (hadcock) | 37.80 | 94% | 2024-11-22 |
| 1337. | Shekhar (law_breaker) | 37.79 | 97.1% | 2023-12-29 |
| 1338. | Mkj (mediumrareonly) | 37.79 | 92% | 2023-07-31 |
| 1339. | ILoveLofi (ginpaku) | 37.79 | 91% | 2023-06-07 |
| 1340. | Ztelle (ztelle) | 37.78 | 93% | 2024-05-12 |
| 1341. | Moritz (mrmoo_) | 37.76 | 94% | 2023-05-25 |
| 1342. | Zeyad (zeyad_mohamed) | 37.71 | 95.1% | 2023-06-01 |
| 1343. | ed81 (ed81) | 37.69 | 98% | 2023-08-06 |
| 1344. | Inaki Keiji (inaki_keiji) | 37.68 | 96% | 2023-07-28 |
| 1345. | Dhia Eddine (bl1ndk) | 37.68 | 93% | 2024-07-27 |
| 1346. | ROHIT (rohitpawar) | 37.67 | 95% | 2024-10-25 |
| 1347. | the happ1ness (heimertt7) | 37.67 | 94% | 2023-06-02 |
| 1348. | Antonio (some1b) | 37.65 | 97% | 2023-07-24 |
| 1349. | zeny (_zeny_) | 37.63 | 96% | 2024-04-25 |
| 1350. | Simon John (simonjohn2004) | 37.58 | 95% | 2025-10-21 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |