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 |
---|---|---|---|---|
1271. | Steinchen (steinchen99) | 36.84 | 94% | 2023-05-24 |
1272. | D Leek (d_leek) | 36.82 | 93% | 2024-08-28 |
1273. | Bocthard (bocthard) | 36.82 | 94% | 2024-08-29 |
1274. | Mahfuj Ahmed Jim (mahuj_ahm... | 36.82 | 96% | 2023-08-21 |
1275. | Aleksandr (levandowskiy) | 36.81 | 99% | 2023-12-29 |
1276. | TYgoes (otation) | 36.81 | 96% | 2024-09-29 |
1277. | Ronin Deschamps (real_roninx) | 36.80 | 95.2% | 2024-09-08 |
1278. | spamlett (spamlett) | 36.79 | 95% | 2023-12-06 |
1279. | El Doyer (el_doyer) | 36.75 | 97% | 2023-06-22 |
1280. | illu (illuminachu) | 36.73 | 90% | 2025-05-01 |
1281. | Sree (sree341) | 36.72 | 95% | 2023-08-15 |
1282. | Nathan (nattohan) | 36.72 | 97% | 2024-02-02 |
1283. | Banner (banner9078) | 36.69 | 94% | 2024-04-03 |
1284. | shawn (troublend) | 36.68 | 94% | 2023-12-13 |
1285. | Binup (binup) | 36.62 | 95% | 2023-07-06 |
1286. | onel (onel11) | 36.61 | 91% | 2023-06-11 |
1287. | SnekChrmr (snekchrmr) | 36.59 | 96% | 2024-04-30 |
1288. | Alec (lonewol_f12) | 36.56 | 95% | 2023-07-16 |
1289. | RacerTyper (racer_typer69) | 36.56 | 89% | 2023-08-24 |
1290. | Anny (anny01) | 36.55 | 96% | 2025-02-23 |
1291. | Nikos (skalkoto) | 36.54 | 96% | 2023-06-02 |
1292. | reece (reecehutchison6) | 36.54 | 92% | 2024-05-10 |
1293. | Raffaele (raffaeleargenio) | 36.53 | 91% | 2024-02-23 |
1294. | Aakib (aa_0808_) | 36.52 | 95% | 2023-08-18 |
1295. | Ivyish (ivyish) | 36.50 | 93% | 2024-06-05 |
1296. | Lotus (lotusanimations) | 36.47 | 95% | 2024-12-08 |
1297. | anshul (anshkool) | 36.46 | 97% | 2022-08-26 |
1298. | Sophia Parra (evaedison) | 36.45 | 94% | 2024-05-02 |
1299. | Moaath (moaath) | 36.42 | 95% | 2024-11-27 |
1300. | Xen0 (xen02o) | 36.41 | 93% | 2024-08-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |