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 |
---|---|---|---|---|
995. | Iva (seriouslyiva) | 42.84 | 94% | 2023-07-24 |
996. | mat O (mat_o) | 42.84 | 97% | 2024-08-04 |
997. | MrJockel (mrjockel) | 42.81 | 97% | 2024-01-28 |
998. | Raghav (aimbot55) | 42.80 | 93% | 2023-09-26 |
999. | Saika (totsuka_saika) | 42.79 | 93% | 2023-07-27 |
1000. | Suman Tiwari (sanz80) | 42.78 | 98% | 2023-06-30 |
1001. | Maidul (goal100wpm) | 42.72 | 98% | 2023-07-19 |
1002. | Sarah (smm2319) | 42.71 | 96% | 2024-05-15 |
1003. | AgentGarbo (agentgarbo) | 42.68 | 98% | 2024-07-20 |
1004. | Type like never before! (re... | 42.67 | 93% | 2021-12-29 |
1005. | particles (notparticles) | 42.67 | 97.5% | 2021-01-31 |
1006. | BOK (da_bok) | 42.67 | 93% | 2023-08-09 |
1007. | JD (jigglyjd) | 42.62 | 93% | 2023-08-14 |
1008. | Russ (jrmtrumpet) | 42.61 | 98% | 2024-07-18 |
1009. | Zephyrrr (zephyrrrtypemaster) | 42.58 | 92% | 2024-04-24 |
1010. | Benjamin Mehl (bennibm) | 42.56 | 95% | 2023-08-07 |
1011. | kostis (oh_yeah_go) | 42.51 | 96% | 2022-01-24 |
1012. | HCMUS (aphongz_) | 42.50 | 94% | 2025-07-08 |
1013. | Ashu (asaral) | 42.49 | 96% | 2023-07-27 |
1014. | chook (chook1234) | 42.42 | 94% | 2024-02-15 |
1015. | Free Palestine (koenigsegg77) | 42.40 | 95.8% | 2024-07-23 |
1016. | Cosmic (aji3) | 42.39 | 95% | 2022-11-24 |
1017. | Mel (nc0de) | 42.38 | 95% | 2020-01-17 |
1018. | arif (arifardians) | 42.38 | 96.5% | 2024-09-25 |
1019. | Mohamed (normal_eg) | 42.38 | 93% | 2023-10-09 |
1020. | Dullpig (dullpig) | 42.30 | 97% | 2024-02-21 |
1021. | Terrell (hackerg) | 42.28 | 96% | 2024-10-20 |
1022. | Polish (gtadragonball) | 42.26 | 91% | 2023-05-26 |
1023. | Nicholas (cl0zzy_) | 42.25 | 90% | 2023-09-15 |
1024. | BTC 100k$ soon (anagami) | 42.23 | 96% | 2024-01-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |