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 |
|---|---|---|---|---|
| 847. | John (gakbo) | 47.44 | 91% | 2023-08-12 |
| 848. | Duy (azioyon) | 47.39 | 94% | 2024-06-10 |
| 849. | freecalls (freecalls) | 47.37 | 94% | 2024-06-13 |
| 850. | MBT (mbt2012) | 47.34 | 94% | 2024-10-27 |
| 851. | michaeltio (sujinlikesyou) | 47.31 | 95% | 2023-11-08 |
| 852. | nolemretaW (nolemretaw) | 47.28 | 95% | 2024-02-24 |
| 853. | Tino (timbsk) | 47.27 | 95% | 2022-02-13 |
| 854. | goodnightgg (brainzhao) | 47.26 | 96% | 2024-12-28 |
| 855. | zach (zachleachtx) | 47.21 | 93% | 2020-07-18 |
| 856. | Gerald (gerald3901) | 47.21 | 93% | 2024-09-24 |
| 857. | micah (990mdj19) | 47.18 | 95% | 2025-01-27 |
| 858. | tstats[aucker] (aucker) | 47.15 | 96% | 2023-07-07 |
| 859. | Aquazin (aquazin) | 47.11 | 94% | 2024-01-30 |
| 860. | (っ◔◡◔)っ (colemak_... | 47.08 | 95.5% | 2024-08-29 |
| 861. | Tihmux (tihmux) | 47.07 | 95% | 2023-06-29 |
| 862. | Lucas (clausm) | 47.06 | 94% | 2025-10-26 |
| 863. | Fachry (fachrymaul) | 47.03 | 94% | 2025-02-04 |
| 864. | Hiep (hiepvd1k) | 47.00 | 97% | 2024-06-19 |
| 865. | Kamal (kamalooo_006) | 46.99 | 94% | 2025-09-04 |
| 866. | Jack (jacknachos) | 46.97 | 93% | 2025-02-10 |
| 867. | Fallacia (fallacia) | 46.92 | 95.9% | 2024-12-03 |
| 868. | Shawn (dshawn) | 46.90 | 95% | 2019-01-18 |
| 869. | tstats[ach5910_1] (ach5910_1) | 46.88 | 95.6% | 2024-12-02 |
| 870. | Numero (yqroo) | 46.88 | 94% | 2025-06-13 |
| 871. | Olav (thederpygod) | 46.84 | 94% | 2023-06-16 |
| 872. | Asif (asif6777) | 46.84 | 98% | 2024-03-02 |
| 873. | jackn11 (jackn11) | 46.83 | 95% | 2021-03-19 |
| 874. | Dipesh (kvdipesh) | 46.83 | 96% | 2023-12-19 |
| 875. | TypeRacer01 (flightsimboi) | 46.79 | 93% | 2023-06-10 |
| 876. | Josh (gards0052) | 46.72 | 95% | 2023-07-08 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |