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 |
---|---|---|---|---|
1007. | Tyler (exilereject) | 41.33 | 94% | 2023-06-01 |
1008. | riddle (riddlee) | 41.29 | 96% | 2019-07-24 |
1009. | markraken (markraken) | 41.29 | 96% | 2023-05-28 |
1010. | Rosslan Koulli (rosskoulli) | 41.25 | 94% | 2025-01-29 |
1011. | Rick (rickdicker) | 41.20 | 92% | 2025-01-22 |
1012. | Glorman (glorman) | 41.16 | 95% | 2024-12-19 |
1013. | Novadeluxe (fuccboy420) | 41.15 | 95% | 2024-12-15 |
1014. | mukr (heager) | 41.12 | 98% | 2023-02-09 |
1015. | kynmp (rng2036) | 41.10 | 96% | 2024-12-08 |
1016. | Syit (syit) | 41.09 | 94% | 2024-05-03 |
1017. | ashok (ashokkasi) | 41.08 | 96% | 2021-11-06 |
1018. | mirian (mar08) | 41.07 | 96% | 2025-05-30 |
1019. | ligma balls (bigvkie) | 41.07 | 94% | 2023-05-30 |
1020. | tstats[majedhmoud] (majedhm... | 41.04 | 94% | 2024-01-04 |
1021. | Platipuss (dhrubv) | 40.99 | 94% | 2025-04-01 |
1022. | John (knickknackz) | 40.98 | 93% | 2023-07-19 |
1023. | Arne (arnihilator) | 40.94 | 93% | 2023-07-30 |
1024. | Pranav Abraham (pranavabe) | 40.87 | 93% | 2023-07-05 |
1025. | YAZ (yazaitee) | 40.84 | 95% | 2024-08-13 |
1026. | jht (jht0) | 40.71 | 96% | 2024-04-05 |
1027. | Ron (rondalla) | 40.70 | 95% | 2020-12-22 |
1028. | rides.reversed.mildest (rid... | 40.67 | 94% | 2024-12-04 |
1029. | mibsahn (mibsahn) | 40.67 | 94% | 2023-07-14 |
1030. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1031. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1032. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1033. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1034. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1035. | Todd (tirpeltruboveesex) | 40.39 | 94% | 2023-09-28 |
1036. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |