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 |
---|---|---|---|---|
1831. | Abi-M (abihasarms) | 25.00 | 92% | 2024-08-04 |
1832. | Fabub (fabub) | 24.97 | 92% | 2024-02-27 |
1833. | RD (razal_1811) | 24.89 | 94% | 2024-04-18 |
1834. | Yaye (yaye2002) | 24.86 | 91% | 2024-04-28 |
1835. | mak (makmak2) | 24.84 | 93% | 2024-09-21 |
1836. | princessmay (princessmay) | 24.84 | 95% | 2023-07-05 |
1837. | pansy (pansy04) | 24.83 | 96% | 2024-12-11 |
1838. | Dave (thewave91) | 24.80 | 97.4% | 2024-09-28 |
1839. | ze (ze234) | 24.76 | 91% | 2023-07-31 |
1840. | ayushwan (ayush6203) | 24.76 | 91.8% | 2024-01-03 |
1841. | vivek (vc8bp) | 24.74 | 92% | 2023-07-03 |
1842. | bhanu (bhanuteja449896) | 24.74 | 94% | 2023-06-22 |
1843. | Tormentor (captain_tormentor) | 24.72 | 98% | 2024-06-20 |
1844. | nothing (nothing00_0) | 24.68 | 93% | 2024-01-29 |
1845. | Arturo (arturo25) | 24.67 | 94% | 2024-03-22 |
1846. | Alexandria12345 (alexandria... | 24.60 | 93% | 2024-07-02 |
1847. | Dinodepp (dinodepp) | 24.58 | 91.8% | 2023-11-13 |
1848. | Carlos Mauricio Riverin Vas... | 24.58 | 95% | 2024-09-16 |
1849. | frostt (frostt1318) | 24.55 | 90% | 2025-03-16 |
1850. | Jaishankar (insane_typist) | 24.51 | 97% | 2024-04-29 |
1851. | Eli (typingcreed) | 24.47 | 95% | 2023-08-12 |
1852. | Shushant (shushant_07) | 24.45 | 94.7% | 2024-02-28 |
1853. | redouane (motivred) | 24.40 | 92% | 2023-07-21 |
1854. | dallari (dallari7) | 24.36 | 94% | 2023-12-29 |
1855. | anas (anasnajar) | 24.33 | 93% | 2023-07-23 |
1856. | Vequ =) (vequcore) | 24.31 | 94% | 2024-08-15 |
1857. | alif aiman (alifaiman) | 24.28 | 93% | 2023-12-02 |
1858. | Azam (azam_ali) | 24.26 | 94% | 2023-08-08 |
1859. | learning (maximum420) | 24.22 | 91% | 2023-01-27 |
1860. | Clippy (jesspacito) | 24.18 | 97% | 2023-06-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |