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 |
|---|---|---|---|---|
| 1745. | iKelsio (ikelsio) | 30.46 | 98% | 2023-07-22 |
| 1746. | Rayhan (chaosm26) | 30.45 | 93% | 2023-06-29 |
| 1747. | kats (almateya) | 30.43 | 96% | 2023-06-28 |
| 1748. | JawsUnleashed (rensdcs) | 30.42 | 100% | 2020-12-04 |
| 1749. | MACR(india) (macrforever67) | 30.40 | 95% | 2024-06-11 |
| 1750. | Laith (_laith_) | 30.40 | 95.9% | 2023-12-14 |
| 1751. | git_gud (git__gud) | 30.38 | 91% | 2023-05-23 |
| 1752. | Don Badal (kulfi_king) | 30.38 | 93% | 2025-07-23 |
| 1753. | Navin (nikash_) | 30.31 | 94% | 2023-06-06 |
| 1754. | ELI (vinkz) | 30.30 | 93% | 2023-10-17 |
| 1755. | Arthur (99guest99) | 30.30 | 94% | 2023-11-19 |
| 1756. | Vchops (vchops) | 30.30 | 92% | 2023-07-07 |
| 1757. | yug (yugplayz) | 30.29 | 92% | 2025-07-05 |
| 1758. | Arnold (arnoldaguila04) | 30.25 | 92% | 2023-09-15 |
| 1759. | mohamed elzoghby (mo_elzogh... | 30.25 | 94% | 2025-10-06 |
| 1760. | Wiktoria (irene46958) | 30.23 | 95% | 2023-05-28 |
| 1761. | bang chan luvr (neotech_209) | 30.22 | 91% | 2023-06-12 |
| 1762. | macintosh (puppy23) | 30.22 | 93% | 2023-05-27 |
| 1763. | Fanor (fanor) | 30.22 | 91% | 2025-10-26 |
| 1764. | Anonymous (secret_codes) | 30.21 | 97% | 2018-10-06 |
| 1765. | Nikita Volkov (nicctaipa) | 30.21 | 95% | 2023-06-08 |
| 1766. | Marko (hawk691) | 30.19 | 97% | 2025-08-22 |
| 1767. | lili (lilihsu) | 30.18 | 94% | 2025-10-28 |
| 1768. | Mesut (nurudianto) | 30.16 | 96% | 2019-07-25 |
| 1769. | wkn1 (wkn1) | 30.13 | 92% | 2024-11-22 |
| 1770. | Laura (fore_14) | 30.13 | 93% | 2024-06-20 |
| 1771. | Kevin (kevin_31) | 30.08 | 91.8% | 2024-04-19 |
| 1772. | Venoxiss (hansentanio33) | 30.02 | 91% | 2023-08-08 |
| 1773. | Raj (raj31415) | 29.97 | 91% | 2023-09-29 |
| 1774. | papajesus (weshente) | 29.95 | 93% | 2023-07-11 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |