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 |
---|---|---|---|---|
1802. | Yaye (yaye2002) | 24.86 | 91% | 2024-04-28 |
1803. | mak (makmak2) | 24.84 | 93% | 2024-09-21 |
1804. | princessmay (princessmay) | 24.84 | 95% | 2023-07-05 |
1805. | pansy (pansy04) | 24.83 | 96% | 2024-12-11 |
1806. | Dave (thewave91) | 24.80 | 97.4% | 2024-09-28 |
1807. | ze (ze234) | 24.76 | 91% | 2023-07-31 |
1808. | ayushwan (ayush6203) | 24.76 | 91.8% | 2024-01-03 |
1809. | vivek (vc8bp) | 24.74 | 92% | 2023-07-03 |
1810. | bhanu (bhanuteja449896) | 24.74 | 94% | 2023-06-22 |
1811. | Tormentor (captain_tormentor) | 24.72 | 98% | 2024-06-20 |
1812. | nothing (nothing00_0) | 24.68 | 93% | 2024-01-29 |
1813. | Arturo (arturo25) | 24.67 | 94% | 2024-03-22 |
1814. | Alexandria12345 (alexandria... | 24.60 | 93% | 2024-07-02 |
1815. | Dinodepp (dinodepp) | 24.58 | 91.8% | 2023-11-13 |
1816. | Carlos Mauricio Riverin Vas... | 24.58 | 95% | 2024-09-16 |
1817. | frostt (frostt1318) | 24.55 | 90% | 2025-03-16 |
1818. | Jaishankar (insane_typist) | 24.51 | 97% | 2024-04-29 |
1819. | Eli (typingcreed) | 24.47 | 95% | 2023-08-12 |
1820. | Shushant (shushant_07) | 24.45 | 94.7% | 2024-02-28 |
1821. | redouane (motivred) | 24.40 | 92% | 2023-07-21 |
1822. | dallari (dallari7) | 24.36 | 94% | 2023-12-29 |
1823. | anas (anasnajar) | 24.33 | 93% | 2023-07-23 |
1824. | Vequ =) (vequcore) | 24.31 | 94% | 2024-08-15 |
1825. | alif aiman (alifaiman) | 24.28 | 93% | 2023-12-02 |
1826. | Azam (azam_ali) | 24.26 | 94% | 2023-08-08 |
1827. | learning (maximum420) | 24.22 | 91% | 2023-01-27 |
1828. | Clippy (jesspacito) | 24.18 | 97% | 2023-06-02 |
1829. | A3NW (a3nw) | 24.13 | 95% | 2024-03-14 |
1830. | ilyes (ilyes2026) | 24.10 | 94% | 2024-05-19 |
1831. | Keem Kairi (k33m_k4r1) | 24.10 | 97% | 2024-05-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |