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 |
---|---|---|---|---|
1065. | mibsahn (mibsahn) | 40.67 | 94% | 2023-07-14 |
1066. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1067. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1068. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1069. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1070. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1071. | melvin (melvink) | 40.42 | 97% | 2023-05-27 |
1072. | Todd (tirpeltruboveesex) | 40.39 | 94% | 2023-09-28 |
1073. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
1074. | Carlos (carloszapata) | 40.36 | 94% | 2023-05-13 |
1075. | John Smith (fireblade28) | 40.33 | 98% | 2023-12-31 |
1076. | Alex (dubkiller) | 40.32 | 95% | 2024-03-13 |
1077. | Pantelis (peinalas) | 40.32 | 96% | 2024-06-04 |
1078. | a (mb031) | 40.31 | 93% | 2020-01-16 |
1079. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
1080. | poure (poure) | 40.27 | 93% | 2025-03-14 |
1081. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
1082. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
1083. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
1084. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
1085. | Tolunay (trontino) | 40.10 | 94% | 2023-05-22 |
1086. | PAKISTAN (mirtyping) | 40.09 | 94% | 2025-02-24 |
1087. | - (ndca) | 40.07 | 96% | 2022-11-22 |
1088. | Vishnu (crazy_typeracer) | 40.07 | 93% | 2021-09-08 |
1089. | lynx (mvalpha) | 40.05 | 94% | 2023-08-11 |
1090. | online (bushyhak) | 40.05 | 96.2% | 2024-01-19 |
1091. | Salam Adel (salam1800) | 40.02 | 94% | 2023-08-29 |
1092. | BOAT (captain_boaty) | 40.01 | 91% | 2023-07-03 |
1093. | amalia (chowdergirl) | 40.01 | 92% | 2023-10-12 |
1094. | Sadie (tekmyndaspy) | 40.01 | 88% | 2024-12-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |