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 |
---|---|---|---|---|
258. | Frank (frankbryden) | 64.86 | 95% | 2024-12-04 |
259. | (needforaccuracy) | 64.83 | 96% | 2023-08-16 |
260. | mattcapazz (mattcapazz) | 64.83 | 95% | 2023-06-18 |
261. | Walalang (walalangalaga) | 64.74 | 97% | 2024-05-01 |
262. | Andrei (cheez3d) | 64.70 | 96% | 2023-03-16 |
263. | Charles (armdev) | 64.65 | 97% | 2025-04-11 |
264. | Abishiek (abishiek_12) | 64.49 | 96.6% | 2023-12-27 |
265. | Daniel (daniel_h212) | 64.48 | 96% | 2024-10-01 |
266. | Taush (tsampley) | 64.35 | 96% | 2021-07-01 |
267. | racer (dev_racer) | 64.35 | 97% | 2024-12-25 |
268. | Josh (expiredvenom) | 64.25 | 95% | 2023-08-04 |
269. | :) (jjz03) | 64.24 | 99% | 2018-10-12 |
270. | Lazar07 (lazar07) | 64.14 | 97% | 2025-03-03 |
271. | Stea (fracticals) | 64.12 | 96% | 2025-05-27 |
272. | klenki (klenks) | 64.09 | 96% | 2021-03-02 |
273. | tw0f1v3w0n (capricitor) | 64.05 | 98.3% | 2025-02-01 |
274. | Oviyan Gandhi (syck) | 64.01 | 97% | 2024-07-11 |
275. | Jawad (noob_100) | 63.95 | 94% | 2024-04-30 |
276. | val (mushrumi) | 63.93 | 95.9% | 2023-10-12 |
277. | Steve (steveleem) | 63.93 | 95.1% | 2024-01-06 |
278. | K (ufomi) | 63.93 | 95.9% | 2023-11-28 |
279. | Othmane (boumediane1) | 63.86 | 97% | 2023-06-18 |
280. | sang (shatoboar) | 63.84 | 96% | 2024-10-22 |
281. | tstats[mm_food] (mm_food) | 63.76 | 96% | 2023-08-22 |
282. | (bummered) | 63.74 | 97% | 2023-02-24 |
283. | Arseniy (ash_at_datadog) | 63.71 | 96% | 2024-12-04 |
284. | AlanHacker (alanhacker) | 63.68 | 96.8% | 2024-04-18 |
285. | Ingjaldr (ingjaldr) | 63.62 | 95% | 2023-07-15 |
286. | gluon (veryslowracer) | 63.60 | 96% | 2023-12-11 |
287. | Yiran Yang (yeran) | 63.57 | 99% | 2024-03-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |