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 |
---|---|---|---|---|
1386. | GJ (___gj___) | 34.53 | 94% | 2024-04-19 |
1387. | portgas'd'ace (adwaasda) | 34.48 | 94% | 2025-05-09 |
1388. | Swadhin Gyanajyoti (gyanajy... | 34.47 | 94% | 2025-01-05 |
1389. | z80 (zilogz80) | 34.46 | 97.7% | 2023-12-02 |
1390. | Sab (sunrise29) | 34.46 | 96% | 2025-02-25 |
1391. | arman (sjraja) | 34.44 | 93% | 2024-06-01 |
1392. | Goku (rmehedi) | 34.43 | 94% | 2024-02-11 |
1393. | deewa (dewakuneiei) | 34.39 | 97% | 2024-10-29 |
1394. | yellowflash2646 (yellowflas... | 34.37 | 93% | 2023-11-21 |
1395. | Adi (unsio) | 34.35 | 94% | 2023-01-26 |
1396. | Dodo (sonic20) | 34.35 | 98% | 2025-01-25 |
1397. | Saurabh (ssb456) | 34.34 | 95% | 2025-03-15 |
1398. | satya (herry123458972349) | 34.33 | 94% | 2024-03-25 |
1399. | Mostafa (mostafa_abdelaal) | 34.33 | 93% | 2023-08-08 |
1400. | Francesco (cecco43) | 34.31 | 93.6% | 2024-01-02 |
1401. | ig: tomekgowin_ (tomeczek) | 34.30 | 93% | 2024-12-19 |
1402. | Nagappan (revoristic_naga) | 34.29 | 93% | 2023-06-19 |
1403. | TypeSquid (typesquid) | 34.29 | 94% | 2024-09-15 |
1404. | Jerry (jerry_jeager) | 34.28 | 92% | 2024-06-08 |
1405. | Xancola (xancola) | 34.27 | 90% | 2020-11-18 |
1406. | 413k (413k) | 34.25 | 95% | 2024-06-03 |
1407. | Su (su1615) | 34.21 | 94% | 2025-01-11 |
1408. | Ioan (ioans) | 34.20 | 94% | 2023-01-25 |
1409. | goofy goober (2chill4u_top) | 34.19 | 94% | 2023-06-30 |
1410. | Made Daliant (madedaliant) | 34.18 | 95% | 2024-10-21 |
1411. | oliver (oliver13863) | 34.14 | 93% | 2024-12-30 |
1412. | tymon (tyron5202) | 34.10 | 92% | 2024-05-12 |
1413. | Nikk (white13) | 34.09 | 93% | 2021-04-14 |
1414. | themztr (themztr) | 34.06 | 94% | 2023-06-10 |
1415. | ellie (ellliee) | 34.05 | 98% | 2023-09-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |