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 |
|---|---|---|---|---|
| 1181. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
| 1182. | Carlos (carloszapata) | 40.36 | 94% | 2023-05-13 |
| 1183. | John Smith (fireblade28) | 40.33 | 98% | 2023-12-31 |
| 1184. | Alex (dubkiller) | 40.32 | 95% | 2024-03-13 |
| 1185. | Pantelis (peinalas) | 40.32 | 96% | 2024-06-04 |
| 1186. | a (mb031) | 40.31 | 93% | 2020-01-16 |
| 1187. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
| 1188. | poure (poure) | 40.27 | 93% | 2025-03-14 |
| 1189. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
| 1190. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
| 1191. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
| 1192. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
| 1193. | Tolunay (trontino) | 40.10 | 94% | 2023-05-22 |
| 1194. | PAKISTAN (mirtyping) | 40.09 | 94% | 2025-02-24 |
| 1195. | - (ndca) | 40.07 | 96% | 2022-11-22 |
| 1196. | Vishnu (crazy_typeracer) | 40.07 | 93% | 2021-09-08 |
| 1197. | lynx (mvalpha) | 40.05 | 94% | 2023-08-11 |
| 1198. | online (bushyhak) | 40.05 | 96.2% | 2024-01-19 |
| 1199. | Sovan (shubhrajyoti) | 40.04 | 96% | 2025-10-11 |
| 1200. | Salam Adel (salam1800) | 40.02 | 94% | 2023-08-29 |
| 1201. | BOAT (captain_boaty) | 40.01 | 91% | 2023-07-03 |
| 1202. | amalia (chowdergirl) | 40.01 | 92% | 2023-10-12 |
| 1203. | Sadie (tekmyndaspy) | 40.01 | 88% | 2024-12-21 |
| 1204. | Erick (strosekd) | 40.00 | 96% | 2024-07-24 |
| 1205. | DamoFD (damofd) | 40.00 | 98% | 2023-09-03 |
| 1206. | (enqq) | 39.99 | 93% | 2020-12-02 |
| 1207. | fourier (fourier55) | 39.99 | 97% | 2023-10-03 |
| 1208. | Divyanshu (emosareus) | 39.94 | 95% | 2023-08-05 |
| 1209. | nyloraqu (nyloraqu) | 39.94 | 96.5% | 2024-11-22 |
| 1210. | Iman Ranjbar (imanranjbar) | 39.92 | 96% | 2023-04-21 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |