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 |
---|---|---|---|---|
1214. | CatShark (dodobunny) | 37.86 | 94% | 2021-08-24 |
1215. | Ex (exkirito) | 37.81 | 94% | 2024-05-14 |
1216. | Erick (pandaberick) | 37.80 | 94% | 2023-08-05 |
1217. | Tasos (hadcock) | 37.80 | 94% | 2024-11-22 |
1218. | Shekhar (law_breaker) | 37.79 | 97.1% | 2023-12-29 |
1219. | Mkj (mediumrareonly) | 37.79 | 92% | 2023-07-31 |
1220. | ILoveLofi (ginpaku) | 37.79 | 91% | 2023-06-07 |
1221. | Ztelle (ztelle) | 37.78 | 93% | 2024-05-12 |
1222. | Zeyad (zeyad_mohamed) | 37.71 | 95% | 2023-06-01 |
1223. | ed81 (ed81) | 37.69 | 98% | 2023-08-06 |
1224. | Inaki Keiji (inaki_keiji) | 37.68 | 96% | 2023-07-28 |
1225. | Dhia Eddine (bl1ndk) | 37.68 | 93% | 2024-07-27 |
1226. | ROHIT (rohitpawar) | 37.67 | 95% | 2024-10-25 |
1227. | the happ1ness (heimertt7) | 37.67 | 94% | 2023-06-02 |
1228. | Antonio (some1b) | 37.65 | 97% | 2023-07-24 |
1229. | zeny (_zeny_) | 37.63 | 96% | 2024-04-25 |
1230. | Faizan (faizanbhait) | 37.57 | 94% | 2023-07-13 |
1231. | Anand (anand7711) | 37.57 | 93% | 2023-06-06 |
1232. | Toby (lightnig23) | 37.57 | 93.7% | 2024-12-04 |
1233. | Pink Mutt (frugalmussel) | 37.56 | 93% | 2020-11-20 |
1234. | Nascid (nascid) | 37.56 | 96% | 2024-01-29 |
1235. | sei (ninjawanko) | 37.55 | 92% | 2024-08-02 |
1236. | Dividing (diogames) | 37.52 | 94% | 2024-07-12 |
1237. | BobDaAsianBuilda (fortnitef... | 37.50 | 91% | 2019-08-10 |
1238. | Mohammed (mohaali) | 37.50 | 93% | 2023-06-20 |
1239. | Emin (emin_a) | 37.49 | 97% | 2024-05-19 |
1240. | Ali (huuu957) | 37.48 | 94% | 2023-07-24 |
1241. | AJ (ajansen1318) | 37.48 | 94% | 2023-08-01 |
1242. | Alan (funplusphoenix) | 37.47 | 95% | 2025-01-29 |
1243. | Aqualaxy (aqualaxy) | 37.46 | 92% | 2024-02-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |