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 |
---|---|---|---|---|
1174. | zulfaqar (zulf1212) | 38.59 | 96% | 2023-07-04 |
1175. | GAfan(dr34ml3nd) (gafan_dr3... | 38.58 | 94% | 2025-01-22 |
1176. | Nathan (baynay) | 38.57 | 96% | 2025-01-30 |
1177. | Ehs (racer_ehs) | 38.55 | 92% | 2024-08-06 |
1178. | Ro (robotx86) | 38.53 | 98% | 2023-07-12 |
1179. | 2m (2mlol) | 38.53 | 96% | 2023-05-30 |
1180. | ahsan (ahsandev) | 38.51 | 96% | 2024-10-09 |
1181. | Dmitriy (pbpan) | 38.47 | 94% | 2024-01-29 |
1182. | you (dv_learner) | 38.46 | 94% | 2023-06-09 |
1183. | iStealCatNips (i_steal_cat_... | 38.45 | 93% | 2024-05-14 |
1184. | E (the_fast_one) | 38.44 | 95% | 2023-06-25 |
1185. | Max (maxvangelder1) | 38.42 | 96% | 2023-05-29 |
1186. | pototo_kid (pototo_kid) | 38.40 | 94% | 2023-12-13 |
1187. | bang lanner (bangglanner) | 38.39 | 92% | 2024-11-09 |
1188. | Sj (jshiwamv) | 38.36 | 95% | 2024-09-29 |
1189. | Max (hunter381) | 38.33 | 94% | 2023-05-25 |
1190. | learning_Kinesis_Keybaord (... | 38.31 | 92.2% | 2024-03-22 |
1191. | Dynamique (dy_que) | 38.31 | 95% | 2025-04-29 |
1192. | sutha_raditya (sutha_raditya) | 38.28 | 93% | 2024-10-21 |
1193. | Salfi (salfi_sabit) | 38.26 | 94% | 2021-05-03 |
1194. | hypwreck (hypwreck) | 38.25 | 95% | 2023-05-28 |
1195. | Jay (jay_t) | 38.23 | 93% | 2023-12-08 |
1196. | Abdo (abdo_amer1) | 38.23 | 92% | 2023-03-18 |
1197. | oleg (oleg_ros) | 38.20 | 96.2% | 2025-03-20 |
1198. | bulbulator (amusement5912) | 38.18 | 96% | 2023-09-28 |
1199. | 🔻Youssef San (youssefsan... | 38.17 | 91% | 2024-05-05 |
1200. | Logan (ferro_majiin) | 38.16 | 94% | 2024-05-17 |
1201. | John (johnhemrom) | 38.12 | 92.3% | 2023-08-20 |
1202. | Wiradarma (wiradarma) | 38.11 | 95% | 2024-10-21 |
1203. | Abdullah (bunajim) | 38.10 | 96% | 2021-10-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |