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 |
|---|---|---|---|---|
| 444. | Hung (psucoder) | 58.33 | 96% | 2018-10-23 |
| 445. | wil (wilruns) | 58.33 | 96% | 2023-06-18 |
| 446. | Alexander (greenocelot26_dv... | 58.28 | 95% | 2024-03-04 |
| 447. | stoney456 (stoney456) | 58.28 | 96% | 2025-05-12 |
| 448. | Beast (beastcodz) | 58.24 | 92% | 2024-02-12 |
| 449. | jason (echefcy) | 58.23 | 98% | 2024-04-25 |
| 450. | qwe (azeem838) | 58.22 | 98% | 2023-08-02 |
| 451. | Chinguun (zzzchinguun) | 58.22 | 99.7% | 2025-04-21 |
| 452. | 🤔 (akixuu) | 58.15 | 96% | 2024-02-15 |
| 453. | road to 170WPM (royaljaat) | 58.12 | 97% | 2022-07-08 |
| 454. | Jeremy (kaazairl) | 58.12 | 97% | 2024-06-17 |
| 455. | ChippedBlockOfConcrete (chi... | 58.11 | 97% | 2025-04-25 |
| 456. | Maaddy (maaddy_) | 58.08 | 98.3% | 2025-04-21 |
| 457. | yethaplaya (yethaplaya) | 58.07 | 96% | 2023-07-26 |
| 458. | Ted Horyczun (tedhoryczun) | 57.97 | 96.8% | 2025-02-21 |
| 459. | (vulturegang) | 57.95 | 95% | 2023-12-11 |
| 460. | Kevin (skillz9600) | 57.94 | 97% | 2023-02-01 |
| 461. | Po Caralho (pocaralho) | 57.93 | 96% | 2023-08-05 |
| 462. | Henrikas (henrikasj) | 57.91 | 94% | 2021-04-09 |
| 463. | AP (shor) | 57.91 | 94% | 2023-07-02 |
| 464. | Rob (kobeashi) | 57.89 | 96% | 2025-02-02 |
| 465. | Delta (jagonu) | 57.83 | 93% | 2025-05-31 |
| 466. | igs (x7041) | 57.79 | 95% | 2020-11-26 |
| 467. | Yi-Fan (bioniclezx) | 57.78 | 95% | 2022-06-19 |
| 468. | Eduard (quados) | 57.76 | 96% | 2024-11-11 |
| 469. | Amandine (amtirino) | 57.76 | 97.4% | 2025-02-13 |
| 470. | (mononym_jisoo) | 57.74 | 95% | 2019-09-09 |
| 471. | framespersecond (indires) | 57.70 | 98% | 2025-01-01 |
| 472. | Fyre (fyresc) | 57.68 | 95% | 2025-10-24 |
| 473. | Ahmetcan (reyretee) | 57.65 | 95% | 2024-11-10 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |