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 |
---|---|---|---|---|
1070. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
1071. | poure (poure) | 40.27 | 93% | 2025-03-14 |
1072. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
1073. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
1074. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
1075. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
1076. | Tolunay (trontino) | 40.10 | 94% | 2023-05-22 |
1077. | PAKISTAN (mirtyping) | 40.09 | 94% | 2025-02-24 |
1078. | - (ndca) | 40.07 | 96% | 2022-11-22 |
1079. | Vishnu (crazy_typeracer) | 40.07 | 93% | 2021-09-08 |
1080. | lynx (mvalpha) | 40.05 | 94% | 2023-08-11 |
1081. | online (bushyhak) | 40.05 | 96.2% | 2024-01-19 |
1082. | Salam Adel (salam1800) | 40.02 | 94% | 2023-08-29 |
1083. | BOAT (captain_boaty) | 40.01 | 91% | 2023-07-03 |
1084. | amalia (chowdergirl) | 40.01 | 92% | 2023-10-12 |
1085. | Sadie (tekmyndaspy) | 40.01 | 88% | 2024-12-21 |
1086. | Erick (strosekd) | 40.00 | 96% | 2024-07-24 |
1087. | DamoFD (damofd) | 40.00 | 98% | 2023-09-03 |
1088. | (enqq) | 39.99 | 93% | 2020-12-02 |
1089. | fourier (fourier55) | 39.99 | 97% | 2023-10-03 |
1090. | Divyanshu (emosareus) | 39.94 | 95% | 2023-08-05 |
1091. | nyloraqu (nyloraqu) | 39.94 | 96.5% | 2024-11-22 |
1092. | Iman Ranjbar (imanranjbar) | 39.92 | 96% | 2023-04-21 |
1093. | Jeffry (coldjeffry12) | 39.89 | 95% | 2023-07-09 |
1094. | Tuyul Digital (gading1) | 39.89 | 94% | 2025-03-08 |
1095. | Deepak (night_frost) | 39.88 | 95% | 2024-03-13 |
1096. | Hello Layth :) (ayoubantita... | 39.87 | 93% | 2024-01-12 |
1097. | John (john314something) | 39.87 | 96% | 2024-11-05 |
1098. | Torrin (t0rr1n) | 39.83 | 92% | 2023-05-25 |
1099. | gonePrime (goneprime) | 39.79 | 91% | 2025-03-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |