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 |
|---|---|---|---|---|
| 1413. | Binup (binup) | 36.62 | 95% | 2023-07-06 |
| 1414. | onel (onel11) | 36.61 | 91% | 2023-06-11 |
| 1415. | SnekChrmr (snekchrmr) | 36.59 | 96% | 2024-04-30 |
| 1416. | Alec (lonewol_f12) | 36.56 | 95% | 2023-07-16 |
| 1417. | RacerTyper (racer_typer69) | 36.56 | 89% | 2023-08-24 |
| 1418. | Anny (anny01) | 36.55 | 96% | 2025-02-23 |
| 1419. | Nikos (skalkoto) | 36.54 | 96% | 2023-06-02 |
| 1420. | reece (reecehutchison6) | 36.54 | 92% | 2024-05-10 |
| 1421. | Raffaele (raffaeleargenio) | 36.53 | 91% | 2024-02-23 |
| 1422. | Alex Beltran T. (beltran_ta... | 36.53 | 93% | 2025-06-22 |
| 1423. | Aakib (aa_0808_) | 36.52 | 95% | 2023-08-18 |
| 1424. | __flood (_flood) | 36.51 | 94% | 2025-10-31 |
| 1425. | Ivyish (ivyish) | 36.50 | 93% | 2024-06-05 |
| 1426. | Lotus (lotusanimations) | 36.47 | 95.3% | 2024-12-08 |
| 1427. | anshul (anshkool) | 36.46 | 97% | 2022-08-26 |
| 1428. | Sophia Parra (evaedison) | 36.45 | 94% | 2024-05-02 |
| 1429. | WiQaS KhaN (su_khan) | 36.42 | 95% | 2025-07-01 |
| 1430. | Moaath (moaath) | 36.42 | 95% | 2024-11-27 |
| 1431. | Xen0 (xen02o) | 36.41 | 93% | 2024-08-06 |
| 1432. | Jenny (jenueyzzz) | 36.41 | 96% | 2024-07-19 |
| 1433. | parth (parthjuneja24) | 36.40 | 92% | 2024-01-04 |
| 1434. | John Doe (typist1029384756) | 36.34 | 96% | 2023-03-24 |
| 1435. | Rezvan (rezvan) | 36.32 | 94% | 2023-06-27 |
| 1436. | mestiri77 (sfectorian) | 36.32 | 94% | 2025-05-27 |
| 1437. | Phantom (mcphantom) | 36.31 | 94% | 2025-03-12 |
| 1438. | seven (seven_mark) | 36.28 | 93% | 2023-06-13 |
| 1439. | nina (ninathea) | 36.28 | 94% | 2024-12-18 |
| 1440. | Antonio (sb1rsat0) | 36.25 | 92% | 2024-08-01 |
| 1441. | jSean (jseanjx) | 36.21 | 95% | 2023-06-18 |
| 1442. | Shivam R k (shshsjksjsba) | 36.18 | 98% | 2024-11-24 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |