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 |
---|---|---|---|---|
1048. | ligma balls (bigvkie) | 41.07 | 94% | 2023-05-30 |
1049. | tstats[majedhmoud] (majedhm... | 41.04 | 94% | 2024-01-04 |
1050. | Platipuss (dhrubv) | 40.99 | 94% | 2025-04-01 |
1051. | John (knickknackz) | 40.98 | 93% | 2023-07-19 |
1052. | Arne (arnihilator) | 40.94 | 93% | 2023-07-30 |
1053. | Pranav Abraham (pranavabe) | 40.87 | 93% | 2023-07-05 |
1054. | YAZ (yazaitee) | 40.84 | 95% | 2024-08-13 |
1055. | jht (jht0) | 40.71 | 96% | 2024-04-05 |
1056. | Ron (rondalla) | 40.70 | 95% | 2020-12-22 |
1057. | rides.reversed.mildest (rid... | 40.67 | 94% | 2024-12-04 |
1058. | mibsahn (mibsahn) | 40.67 | 94% | 2023-07-14 |
1059. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1060. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1061. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1062. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1063. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1064. | melvin (melvink) | 40.42 | 97% | 2023-05-27 |
1065. | Todd (tirpeltruboveesex) | 40.39 | 94% | 2023-09-28 |
1066. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
1067. | Carlos (carloszapata) | 40.36 | 94% | 2023-05-13 |
1068. | John Smith (fireblade28) | 40.33 | 98% | 2023-12-31 |
1069. | Alex (dubkiller) | 40.32 | 95% | 2024-03-13 |
1070. | Pantelis (peinalas) | 40.32 | 96% | 2024-06-04 |
1071. | a (mb031) | 40.31 | 93% | 2020-01-16 |
1072. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
1073. | poure (poure) | 40.27 | 93% | 2025-03-14 |
1074. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
1075. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
1076. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
1077. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |