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 |
---|---|---|---|---|
1566. | itza (monstercann) | 30.77 | 95% | 2024-06-26 |
1567. | Steve (stevez65) | 30.76 | 94% | 2025-01-13 |
1568. | Thing 1 (theengwon) | 30.76 | 93% | 2025-02-28 |
1569. | Lukas (lukasdiraa) | 30.72 | 92% | 2024-01-22 |
1570. | lmprpch (lmprpch) | 30.72 | 96% | 2024-09-12 |
1571. | superhuhn (superhuhn) | 30.66 | 91% | 2024-06-03 |
1572. | mustafa haider (mightbemust... | 30.62 | 94% | 2025-04-27 |
1573. | Ahmed Kathem (a7k0) | 30.61 | 94% | 2025-02-02 |
1574. | Hypzii (hypzii_on_mac) | 30.59 | 92% | 2024-07-09 |
1575. | Amanjot (theamanjs) | 30.58 | 94% | 2019-12-01 |
1576. | anupam011 (anupam011) | 30.58 | 92% | 2023-07-26 |
1577. | Xaverrrrr (xaverrrrr) | 30.58 | 93% | 2023-08-08 |
1578. | Devansh Karia (code_vansh) | 30.52 | 90% | 2023-06-10 |
1579. | Omega (likeyouknow) | 30.50 | 96% | 2023-07-10 |
1580. | Pritam (pritam_10) | 30.50 | 98% | 2023-08-02 |
1581. | tstats[j_ai] (j_ai) | 30.49 | 94.2% | 2024-03-06 |
1582. | Dr.Braig (drbraig) | 30.48 | 90% | 2024-07-29 |
1583. | Abhi (abhishekpatil) | 30.48 | 93% | 2023-06-10 |
1584. | Quasar (quasar0406) | 30.47 | 94% | 2023-12-03 |
1585. | TOTOY ABNOY (tarubb) | 30.47 | 94% | 2024-06-18 |
1586. | Ryan (godawesome) | 30.46 | 95% | 2023-08-18 |
1587. | iKelsio (ikelsio) | 30.46 | 98% | 2023-07-22 |
1588. | Rayhan (chaosm26) | 30.45 | 93% | 2023-06-29 |
1589. | kats (almateya) | 30.43 | 96% | 2023-06-28 |
1590. | JawsUnleashed (rensdcs) | 30.42 | 100% | 2020-12-04 |
1591. | MACR(india) (macrforever67) | 30.40 | 95% | 2024-06-11 |
1592. | Laith (_laith_) | 30.40 | 95.9% | 2023-12-14 |
1593. | Navin (nikash_) | 30.31 | 94% | 2023-06-06 |
1594. | ELI (vinkz) | 30.30 | 93% | 2023-10-17 |
1595. | Arthur (99guest99) | 30.30 | 94% | 2023-11-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |