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 |
---|---|---|---|---|
1483. | Gatsu (ace27) | 34.65 | 93% | 2023-08-20 |
1484. | MoEgypt (mohamedadel20) | 34.64 | 93.9% | 2024-09-02 |
1485. | Shikanokonoko (folufofof) | 34.59 | 95% | 2024-08-03 |
1486. | juliet (jc848) | 34.57 | 96% | 2024-06-13 |
1487. | GJ (___gj___) | 34.53 | 94% | 2024-04-19 |
1488. | portgas'd'ace (adwaasda) | 34.48 | 94% | 2025-05-09 |
1489. | Swadhin Gyanajyoti (gyanajy... | 34.47 | 94% | 2025-01-05 |
1490. | z80 (zilogz80) | 34.46 | 97.7% | 2023-12-02 |
1491. | Sab (sunrise29) | 34.46 | 96% | 2025-02-25 |
1492. | arman (sjraja) | 34.44 | 93% | 2024-06-01 |
1493. | Goku (rmehedi) | 34.43 | 94% | 2024-02-11 |
1494. | deewa (dewakuneiei) | 34.39 | 97% | 2024-10-29 |
1495. | yellowflash2646 (yellowflas... | 34.37 | 93% | 2023-11-21 |
1496. | Adi (unsio) | 34.35 | 94% | 2023-01-26 |
1497. | Dodo (sonic20) | 34.35 | 98% | 2025-01-25 |
1498. | Saurabh (ssb456) | 34.34 | 94.8% | 2025-03-15 |
1499. | satya (herry123458972349) | 34.33 | 94% | 2024-03-25 |
1500. | Mostafa (mostafa_abdelaal) | 34.33 | 93% | 2023-08-08 |
1501. | Francesco (cecco43) | 34.31 | 93.6% | 2024-01-02 |
1502. | ig: tomekgowin_ (tomeczek) | 34.30 | 93% | 2024-12-19 |
1503. | Nagappan (revoristic_naga) | 34.29 | 93% | 2023-06-19 |
1504. | TypeSquid (typesquid) | 34.29 | 94% | 2024-09-15 |
1505. | Jerry (jerry_jeager) | 34.28 | 92% | 2024-06-08 |
1506. | Xancola (xancola) | 34.27 | 90% | 2020-11-18 |
1507. | 413k (413k) | 34.25 | 95% | 2024-06-03 |
1508. | Su (su1615) | 34.21 | 94% | 2025-01-11 |
1509. | Ioan (ioans) | 34.20 | 94% | 2023-01-25 |
1510. | goofy goober (2chill4u_top) | 34.19 | 94% | 2023-06-30 |
1511. | Made Daliant (madedaliant) | 34.18 | 95% | 2024-10-21 |
1512. | oliver (oliver13863) | 34.14 | 93% | 2024-12-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |