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 |
---|---|---|---|---|
1652. | toqa (toqafotoh) | 31.09 | 91% | 2025-02-09 |
1653. | Cockroach (_cockroach) | 31.07 | 91% | 2023-07-11 |
1654. | Calem (slow_crunch) | 31.06 | 95% | 2023-07-12 |
1655. | Fy_7 (fy_7) | 31.06 | 92% | 2024-09-30 |
1656. | laarneng (titamonglasing) | 31.05 | 96% | 2024-09-21 |
1657. | Pradhan (gurjar_pradhan) | 31.05 | 97% | 2024-07-17 |
1658. | Ginnayy (ginnayy) | 31.02 | 93% | 2025-04-08 |
1659. | Hope (hopeinaguy) | 31.00 | 93.4% | 2025-02-18 |
1660. | teresa (tterrrz) | 30.99 | 97% | 2024-12-19 |
1661. | Guest (wordy123) | 30.99 | 96% | 2024-07-23 |
1662. | bobo (bobo80) | 30.91 | 95% | 2024-04-17 |
1663. | JY45 (jy45) | 30.89 | 92% | 2025-01-08 |
1664. | Ajos (ajos6969) | 30.86 | 99% | 2023-09-27 |
1665. | Harshal Patil (harshalpatil) | 30.85 | 91% | 2024-05-05 |
1666. | isis (isis076) | 30.84 | 96% | 2023-06-02 |
1667. | Pit (pit_pit) | 30.83 | 94% | 2023-09-01 |
1668. | Nikhil Patil (nikhilnick) | 30.81 | 95% | 2022-02-03 |
1669. | Rob (robgob) | 30.81 | 91% | 2023-10-05 |
1670. | travler (travler) | 30.81 | 93% | 2023-09-18 |
1671. | sunilprajapat (guddubahiya) | 30.81 | 95% | 2024-01-14 |
1672. | Raushan Yadav (raushany306) | 30.80 | 96% | 2024-02-13 |
1673. | manado mana? (semauracing) | 30.80 | 96% | 2025-01-15 |
1674. | MNSスNEJI (mns_neji) | 30.79 | 94% | 2023-09-09 |
1675. | Debasmita Majumder (bayshie... | 30.79 | 95% | 2025-05-05 |
1676. | Ovidiu (oschipor) | 30.78 | 99% | 2019-05-20 |
1677. | itza (monstercann) | 30.77 | 95% | 2024-06-26 |
1678. | Steve (stevez65) | 30.76 | 94% | 2025-01-13 |
1679. | Thing 1 (theengwon) | 30.76 | 93% | 2025-02-28 |
1680. | Lukas (lukasdiraa) | 30.72 | 92% | 2024-01-22 |
1681. | lmprpch (lmprpch) | 30.72 | 96% | 2024-09-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |