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 |
---|---|---|---|---|
1017. | Rennex (nixoneen) | 42.93 | 92% | 2023-08-16 |
1018. | M.Ha (manhha00) | 42.90 | 93% | 2023-09-10 |
1019. | Jacq (jacquel) | 42.90 | 97.9% | 2023-12-14 |
1020. | r (blazinrt) | 42.89 | 94% | 2024-05-28 |
1021. | nobin sutradhar (nobin_sutr... | 42.87 | 93.9% | 2024-12-10 |
1022. | Elemental (elementalscar) | 42.87 | 96% | 2024-08-17 |
1023. | ShadowProgrammer (shadowpro... | 42.85 | 97% | 2024-02-26 |
1024. | Iva (seriouslyiva) | 42.84 | 94% | 2023-07-24 |
1025. | mat O (mat_o) | 42.84 | 97% | 2024-08-04 |
1026. | MrJockel (mrjockel) | 42.81 | 97% | 2024-01-28 |
1027. | Raghav (aimbot55) | 42.80 | 93% | 2023-09-26 |
1028. | Saika (totsuka_saika) | 42.79 | 93% | 2023-07-27 |
1029. | Suman Tiwari (sanz80) | 42.78 | 98% | 2023-06-30 |
1030. | Maidul (goal100wpm) | 42.72 | 98% | 2023-07-19 |
1031. | Sarah (smm2319) | 42.71 | 96% | 2024-05-15 |
1032. | AgentGarbo (agentgarbo) | 42.68 | 98% | 2024-07-20 |
1033. | Type like never before! (re... | 42.67 | 93% | 2021-12-29 |
1034. | particles (notparticles) | 42.67 | 97.5% | 2021-01-31 |
1035. | BOK (da_bok) | 42.67 | 93% | 2023-08-09 |
1036. | JD (jigglyjd) | 42.62 | 93% | 2023-08-14 |
1037. | Russ (jrmtrumpet) | 42.61 | 98% | 2024-07-18 |
1038. | Zephyrrr (zephyrrrtypemaster) | 42.58 | 92% | 2024-04-24 |
1039. | Benjamin Mehl (bennibm) | 42.56 | 95% | 2023-08-07 |
1040. | kostis (oh_yeah_go) | 42.51 | 96% | 2022-01-24 |
1041. | HCMUS (aphongz_) | 42.50 | 94% | 2025-07-08 |
1042. | Ashu (asaral) | 42.49 | 96% | 2023-07-27 |
1043. | chook (chook1234) | 42.42 | 94% | 2024-02-15 |
1044. | Free Palestine (koenigsegg77) | 42.40 | 95.8% | 2024-07-23 |
1045. | Cosmic (aji3) | 42.39 | 95% | 2022-11-24 |
1046. | Mel (nc0de) | 42.38 | 95% | 2020-01-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |