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 |
---|---|---|---|---|
1681. | lmprpch (lmprpch) | 30.72 | 96% | 2024-09-12 |
1682. | superhuhn (superhuhn) | 30.66 | 91% | 2024-06-03 |
1683. | mustafa haider (mightbemust... | 30.62 | 94% | 2025-04-27 |
1684. | Ahmed Kathem (a7k0) | 30.61 | 94% | 2025-02-02 |
1685. | Hypzii (hypzii_on_mac) | 30.59 | 92% | 2024-07-09 |
1686. | Amanjot (theamanjs) | 30.58 | 94% | 2019-12-01 |
1687. | anupam011 (anupam011) | 30.58 | 92% | 2023-07-26 |
1688. | Xaverrrrr (xaverrrrr) | 30.58 | 93% | 2023-08-08 |
1689. | Devansh Karia (code_vansh) | 30.52 | 90% | 2023-06-10 |
1690. | Omega (likeyouknow) | 30.50 | 96% | 2023-07-10 |
1691. | Pritam (pritam_10) | 30.50 | 98% | 2023-08-02 |
1692. | tstats[j_ai] (j_ai) | 30.49 | 94.2% | 2024-03-06 |
1693. | Dr.Braig (drbraig) | 30.48 | 90% | 2024-07-29 |
1694. | Abhi (abhishekpatil) | 30.48 | 93% | 2023-06-10 |
1695. | Quasar (quasar0406) | 30.47 | 94% | 2023-12-03 |
1696. | TOTOY ABNOY (tarubb) | 30.47 | 94% | 2024-06-18 |
1697. | Ryan (godawesome) | 30.46 | 95% | 2023-08-18 |
1698. | iKelsio (ikelsio) | 30.46 | 98% | 2023-07-22 |
1699. | Rayhan (chaosm26) | 30.45 | 93% | 2023-06-29 |
1700. | kats (almateya) | 30.43 | 96% | 2023-06-28 |
1701. | JawsUnleashed (rensdcs) | 30.42 | 100% | 2020-12-04 |
1702. | MACR(india) (macrforever67) | 30.40 | 95% | 2024-06-11 |
1703. | Laith (_laith_) | 30.40 | 95.9% | 2023-12-14 |
1704. | git_gud (git__gud) | 30.38 | 91% | 2023-05-23 |
1705. | Don Badal (kulfi_king) | 30.38 | 93% | 2025-07-23 |
1706. | Navin (nikash_) | 30.31 | 94% | 2023-06-06 |
1707. | ELI (vinkz) | 30.30 | 93% | 2023-10-17 |
1708. | Arthur (99guest99) | 30.30 | 94% | 2023-11-19 |
1709. | Vchops (vchops) | 30.30 | 92% | 2023-07-07 |
1710. | yug (yugplayz) | 30.29 | 92% | 2025-07-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |