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 |
---|---|---|---|---|
997. | JD (jigglyjd) | 42.62 | 93% | 2023-08-14 |
998. | Russ (jrmtrumpet) | 42.61 | 98% | 2024-07-18 |
999. | Zephyrrr (zephyrrrtypemaster) | 42.58 | 92% | 2024-04-24 |
1000. | Benjamin Mehl (bennibm) | 42.56 | 95% | 2023-08-07 |
1001. | kostis (oh_yeah_go) | 42.51 | 96% | 2022-01-24 |
1002. | HCMUS (aphongz_) | 42.50 | 94% | 2025-07-08 |
1003. | Ashu (asaral) | 42.49 | 96% | 2023-07-27 |
1004. | chook (chook1234) | 42.42 | 94% | 2024-02-15 |
1005. | Free Palestine (koenigsegg77) | 42.40 | 95.8% | 2024-07-23 |
1006. | Cosmic (aji3) | 42.39 | 95% | 2022-11-24 |
1007. | Mel (nc0de) | 42.38 | 95% | 2020-01-17 |
1008. | arif (arifardians) | 42.38 | 96.5% | 2024-09-25 |
1009. | Mohamed (normal_eg) | 42.38 | 93% | 2023-10-09 |
1010. | Dullpig (dullpig) | 42.30 | 97% | 2024-02-21 |
1011. | Terrell (hackerg) | 42.28 | 96% | 2024-10-20 |
1012. | Polish (gtadragonball) | 42.26 | 91% | 2023-05-26 |
1013. | Nicholas (cl0zzy_) | 42.25 | 90% | 2023-09-15 |
1014. | BTC 100k$ soon (anagami) | 42.23 | 96% | 2024-01-28 |
1015. | vivek (vivek39266) | 42.22 | 97.4% | 2024-03-01 |
1016. | Kip (kippey) | 42.19 | 93% | 2020-10-09 |
1017. | tstats[shanyg] (shanyg) | 42.19 | 96% | 2023-10-14 |
1018. | Singularity (thuantran5496) | 42.17 | 94% | 2023-11-22 |
1019. | Omnom (marloolvena) | 42.15 | 92% | 2023-11-24 |
1020. | Gnany (gnanyadapa) | 42.14 | 95% | 2023-09-12 |
1021. | tico (slowcheetah) | 42.11 | 94% | 2023-08-21 |
1022. | Reymondo (thelegendarygodray) | 42.10 | 95% | 2024-09-23 |
1023. | Jagadeeswar (jd_300) | 42.09 | 95% | 2024-05-20 |
1024. | Aryan (aryan0_0008) | 42.07 | 92.4% | 2023-12-18 |
1025. | Arco (typingarco) | 42.06 | 96.8% | 2024-01-13 |
1026. | Meshach Asis (deanace) | 42.06 | 95% | 2024-11-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |