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 |
---|---|---|---|---|
1230. | Inaki Keiji (inaki_keiji) | 37.68 | 96% | 2023-07-28 |
1231. | Dhia Eddine (bl1ndk) | 37.68 | 93% | 2024-07-27 |
1232. | ROHIT (rohitpawar) | 37.67 | 95% | 2024-10-25 |
1233. | the happ1ness (heimertt7) | 37.67 | 94% | 2023-06-02 |
1234. | Antonio (some1b) | 37.65 | 97% | 2023-07-24 |
1235. | zeny (_zeny_) | 37.63 | 96% | 2024-04-25 |
1236. | Faizan (faizanbhait) | 37.57 | 94% | 2023-07-13 |
1237. | Anand (anand7711) | 37.57 | 93% | 2023-06-06 |
1238. | Toby (lightnig23) | 37.57 | 93.7% | 2024-12-04 |
1239. | Pink Mutt (frugalmussel) | 37.56 | 93% | 2020-11-20 |
1240. | Nascid (nascid) | 37.56 | 96% | 2024-01-29 |
1241. | sei (ninjawanko) | 37.55 | 92% | 2024-08-02 |
1242. | Dividing (diogames) | 37.52 | 94% | 2024-07-12 |
1243. | BobDaAsianBuilda (fortnitef... | 37.50 | 91% | 2019-08-10 |
1244. | Mohammed (mohaali) | 37.50 | 93% | 2023-06-20 |
1245. | Emin (emin_a) | 37.49 | 97% | 2024-05-19 |
1246. | Ali (huuu957) | 37.48 | 94% | 2023-07-24 |
1247. | AJ (ajansen1318) | 37.48 | 94% | 2023-08-01 |
1248. | Alan (funplusphoenix) | 37.47 | 95% | 2025-01-29 |
1249. | Aqualaxy (aqualaxy) | 37.46 | 92% | 2024-02-20 |
1250. | jade (jadebox) | 37.43 | 91% | 2023-12-26 |
1251. | Usain Bolt (shaheer0) | 37.41 | 97% | 2024-09-01 |
1252. | Obihara (obihara) | 37.39 | 94% | 2023-11-04 |
1253. | Abdullah (infinity_divide_b... | 37.38 | 96% | 2023-05-23 |
1254. | Yahshi (jahshi) | 37.36 | 94% | 2025-04-20 |
1255. | Pratham (_pratham_) | 37.34 | 94% | 2023-12-28 |
1256. | スピード モンスタ... | 37.32 | 92% | 2021-12-10 |
1257. | HotDog! (spaces0race) | 37.29 | 96% | 2023-12-22 |
1258. | Dead (deadinside_101_2) | 37.21 | 92% | 2023-06-19 |
1259. | Aman maheshwari (aman0123) | 37.20 | 95% | 2025-01-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |