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 |
---|---|---|---|---|
1723. | awet (awetey) | 21.72 | 92.8% | 2024-01-14 |
1724. | Diogo (didsfiusdfuoisdfsd) | 21.50 | 93% | 2024-06-13 |
1725. | torilmao (torilmao) | 21.49 | 91% | 2024-08-08 |
1726. | sdf (antares_404) | 21.02 | 91% | 2025-04-06 |
1727. | surafel (shefw_myd) | 20.98 | 94% | 2025-03-26 |
1728. | Cesar Salguero Ibarra (meno... | 20.96 | 93% | 2024-04-19 |
1729. | SilentCoderXReva (devreva) | 20.90 | 91% | 2025-04-05 |
1730. | jo (johnad) | 20.89 | 93% | 2023-07-02 |
1731. | Psyclone (_psyclone_) | 20.86 | 89% | 2023-11-24 |
1732. | Enock (enockmutanga01) | 20.82 | 92% | 2023-09-08 |
1733. | CHSR (chsr) | 20.76 | 93% | 2023-06-06 |
1734. | jose (jose_benito) | 20.57 | 94% | 2024-09-16 |
1735. | HAst3 (hast3) | 20.55 | 89% | 2024-07-11 |
1736. | Ludger (ludger) | 20.30 | 90.5% | 2023-12-04 |
1737. | Dre (dreahid) | 20.13 | 93% | 2024-08-27 |
1738. | lluis (lluissuros) | 20.03 | 91.1% | 2024-01-17 |
1739. | New racer (protostarx) | 20.01 | 93% | 2024-04-27 |
1740. | Md (imti_23) | 19.98 | 94% | 2023-06-20 |
1741. | drialo (drialo) | 19.84 | 96% | 2024-10-04 |
1742. | t yszm (closets) | 19.66 | 93% | 2023-10-01 |
1743. | Yaaaaasmine (yasmin09) | 19.52 | 95% | 2024-05-02 |
1744. | Priyanka (priyanka8650) | 19.40 | 97% | 2024-06-02 |
1745. | yash dhanraj (yashdhanraj) | 19.39 | 91% | 2024-03-03 |
1746. | Vinne (vinneruch) | 19.38 | 92% | 2024-07-05 |
1747. | Ahmad (ahmadreza22) | 19.34 | 90% | 2023-10-20 |
1748. | nine999 (nine99999) | 19.10 | 94.2% | 2024-05-31 |
1749. | alexVladimirQuecaña (alex_... | 19.06 | 93% | 2024-09-17 |
1750. | tstats[kevinsmemory] (kevin... | 19.05 | 89% | 2023-12-18 |
1751. | bentor TOA (gorengikan) | 19.02 | 90% | 2025-01-15 |
1752. | Aslam (hasnu) | 18.96 | 93% | 2023-07-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |