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 |
---|---|---|---|---|
1284. | Nathan (nattohan) | 36.72 | 97% | 2024-02-02 |
1285. | Banner (banner9078) | 36.69 | 94% | 2024-04-03 |
1286. | shawn (troublend) | 36.68 | 94% | 2023-12-13 |
1287. | Binup (binup) | 36.62 | 95% | 2023-07-06 |
1288. | onel (onel11) | 36.61 | 91% | 2023-06-11 |
1289. | SnekChrmr (snekchrmr) | 36.59 | 96% | 2024-04-30 |
1290. | Alec (lonewol_f12) | 36.56 | 95% | 2023-07-16 |
1291. | RacerTyper (racer_typer69) | 36.56 | 89% | 2023-08-24 |
1292. | Anny (anny01) | 36.55 | 96% | 2025-02-23 |
1293. | Nikos (skalkoto) | 36.54 | 96% | 2023-06-02 |
1294. | reece (reecehutchison6) | 36.54 | 92% | 2024-05-10 |
1295. | Raffaele (raffaeleargenio) | 36.53 | 91% | 2024-02-23 |
1296. | Aakib (aa_0808_) | 36.52 | 95% | 2023-08-18 |
1297. | Ivyish (ivyish) | 36.50 | 93% | 2024-06-05 |
1298. | Lotus (lotusanimations) | 36.47 | 95% | 2024-12-08 |
1299. | anshul (anshkool) | 36.46 | 97% | 2022-08-26 |
1300. | Sophia Parra (evaedison) | 36.45 | 94% | 2024-05-02 |
1301. | Moaath (moaath) | 36.42 | 95% | 2024-11-27 |
1302. | Xen0 (xen02o) | 36.41 | 93% | 2024-08-06 |
1303. | Jenny (jenueyzzz) | 36.41 | 96% | 2024-07-19 |
1304. | parth (parthjuneja24) | 36.40 | 92% | 2024-01-04 |
1305. | John Doe (typist1029384756) | 36.34 | 96% | 2023-03-24 |
1306. | Rezvan (rezvan) | 36.32 | 94% | 2023-06-27 |
1307. | Phantom (mcphantom) | 36.31 | 94% | 2025-03-12 |
1308. | seven (seven_mark) | 36.28 | 93% | 2023-06-13 |
1309. | Antonio (sb1rsat0) | 36.25 | 92% | 2024-08-01 |
1310. | jSean (jseanjx) | 36.21 | 95% | 2023-06-18 |
1311. | Shivam R k (shshsjksjsba) | 36.18 | 98% | 2024-11-24 |
1312. | Raptor54 (raptor45) | 36.11 | 93% | 2024-01-01 |
1313. | ethan (asdf2552) | 36.11 | 97% | 2025-06-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |