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 |
---|---|---|---|---|
1371. | Irfan (irfany) | 34.80 | 92% | 2024-09-16 |
1372. | ---GRT23--- (grt23) | 34.80 | 96% | 2024-07-21 |
1373. | Vee (itveve) | 34.79 | 96% | 2020-11-30 |
1374. | khaled ataa (khaled_ataa) | 34.77 | 96% | 2023-06-22 |
1375. | ventura (ventura127) | 34.75 | 93% | 2023-09-01 |
1376. | Rick (rick_200wpm) | 34.75 | 91.7% | 2023-11-06 |
1377. | ISU (isu_theking) | 34.73 | 92% | 2025-02-11 |
1378. | AbuWaleed (abuwaleed) | 34.68 | 95% | 2023-07-11 |
1379. | Elyar_rr (elyar_rr) | 34.66 | 94% | 2024-04-27 |
1380. | Gatsu (ace27) | 34.65 | 93% | 2023-08-20 |
1381. | MoEgypt (mohamedadel20) | 34.64 | 93.9% | 2024-09-02 |
1382. | Shikanokonoko (folufofof) | 34.59 | 95% | 2024-08-03 |
1383. | juliet (jc848) | 34.57 | 96% | 2024-06-13 |
1384. | GJ (___gj___) | 34.53 | 94% | 2024-04-19 |
1385. | portgas'd'ace (adwaasda) | 34.48 | 94% | 2025-05-09 |
1386. | Swadhin Gyanajyoti (gyanajy... | 34.47 | 94% | 2025-01-05 |
1387. | z80 (zilogz80) | 34.46 | 97.7% | 2023-12-02 |
1388. | Sab (sunrise29) | 34.46 | 96% | 2025-02-25 |
1389. | arman (sjraja) | 34.44 | 93% | 2024-06-01 |
1390. | Goku (rmehedi) | 34.43 | 94% | 2024-02-11 |
1391. | deewa (dewakuneiei) | 34.39 | 97% | 2024-10-29 |
1392. | yellowflash2646 (yellowflas... | 34.37 | 93% | 2023-11-21 |
1393. | Adi (unsio) | 34.35 | 94% | 2023-01-26 |
1394. | Dodo (sonic20) | 34.35 | 98% | 2025-01-25 |
1395. | Saurabh (ssb456) | 34.34 | 95% | 2025-03-15 |
1396. | satya (herry123458972349) | 34.33 | 94% | 2024-03-25 |
1397. | Mostafa (mostafa_abdelaal) | 34.33 | 93% | 2023-08-08 |
1398. | Francesco (cecco43) | 34.31 | 93.6% | 2024-01-02 |
1399. | ig: tomekgowin_ (tomeczek) | 34.30 | 93% | 2024-12-19 |
1400. | Nagappan (revoristic_naga) | 34.29 | 93% | 2023-06-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |