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 |
|---|---|---|---|---|
| 282. | Vishal Singh Adhikari (vizz... | 64.99 | 97.1% | 2024-04-22 |
| 283. | I'm better than (abra_cadabra) | 64.96 | 97% | 2024-11-20 |
| 284. | (scraex) | 64.92 | 93% | 2021-12-07 |
| 285. | Frank (frankbryden) | 64.86 | 95.3% | 2024-12-04 |
| 286. | (needforaccuracy) | 64.83 | 96% | 2023-08-16 |
| 287. | mattcapazz (mattcapazz) | 64.83 | 95% | 2023-06-18 |
| 288. | Walalang (walalangalaga) | 64.74 | 97% | 2024-05-01 |
| 289. | Andrei (cheez3d) | 64.70 | 96% | 2023-03-16 |
| 290. | Charles (armdev) | 64.65 | 97% | 2025-04-11 |
| 291. | Abishiek (abishiek_12) | 64.49 | 96.6% | 2023-12-27 |
| 292. | Daniel (daniel_h212) | 64.48 | 96.2% | 2024-10-01 |
| 293. | Taush (tsampley) | 64.35 | 96% | 2021-07-01 |
| 294. | racer (dev_racer) | 64.35 | 97% | 2024-12-25 |
| 295. | Josh (expiredvenom) | 64.25 | 95% | 2023-08-04 |
| 296. | :) (jjz03) | 64.24 | 99% | 2018-10-12 |
| 297. | Lazar07 (lazar07) | 64.14 | 97% | 2025-03-03 |
| 298. | Stea (fracticals) | 64.12 | 96% | 2025-05-27 |
| 299. | klenki (klenks) | 64.09 | 96% | 2021-03-02 |
| 300. | Tonyinqsss (tonyinqsss) | 64.07 | 95% | 2025-05-31 |
| 301. | tw0f1v3w0n (capricitor) | 64.05 | 98.3% | 2025-02-01 |
| 302. | Oviyan Gandhi (syck) | 64.01 | 97% | 2024-07-11 |
| 303. | Jawad (noob_100) | 63.95 | 94% | 2024-04-30 |
| 304. | val (mushrumi) | 63.93 | 95.9% | 2023-10-12 |
| 305. | Steve (steveleem) | 63.93 | 95.1% | 2024-01-06 |
| 306. | K (ufomi) | 63.93 | 95.9% | 2023-11-28 |
| 307. | Charlie (hobboloydn) | 63.87 | 96% | 2025-05-12 |
| 308. | Othmane (boumediane1) | 63.86 | 96.7% | 2023-06-18 |
| 309. | sang (shatoboar) | 63.84 | 96% | 2024-10-22 |
| 310. | tstats[mm_food] (mm_food) | 63.76 | 96% | 2023-08-22 |
| 311. | (bummered) | 63.74 | 97% | 2023-02-24 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |