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 |
---|---|---|---|---|
1909. | I Kadek Mario Prayoga (mari... | 22.48 | 92% | 2024-03-21 |
1910. | Zane (slvnted) | 22.47 | 90% | 2024-05-20 |
1911. | Jhonny Condori (jhonny_ct) | 22.41 | 94% | 2025-06-04 |
1912. | marite (jhulmab) | 22.36 | 96.5% | 2025-05-29 |
1913. | Mariss (marisst) | 22.12 | 94% | 2024-02-25 |
1914. | Krishna Negi (krishna_3028) | 22.10 | 91% | 2024-08-06 |
1915. | dfwCraig (dfwcraig) | 21.92 | 91% | 2024-08-21 |
1916. | Tim (kralti) | 21.91 | 95% | 2025-01-20 |
1917. | salaheddine (salaheddine2002) | 21.80 | 92% | 2023-07-14 |
1918. | awet (awetey) | 21.72 | 92.8% | 2024-01-14 |
1919. | Diogo (didsfiusdfuoisdfsd) | 21.50 | 93% | 2024-06-13 |
1920. | torilmao (torilmao) | 21.49 | 91% | 2024-08-08 |
1921. | alexVladimirQuecaña (alex_... | 21.17 | 96% | 2025-05-30 |
1922. | sdf (antares_404) | 21.02 | 91% | 2025-04-06 |
1923. | surafel (shefw_myd) | 20.98 | 94% | 2025-03-26 |
1924. | Cesar Salguero Ibarra (meno... | 20.96 | 93% | 2024-04-19 |
1925. | SilentCoderXReva (devreva) | 20.90 | 90.6% | 2025-04-05 |
1926. | jo (johnad) | 20.89 | 93% | 2023-07-02 |
1927. | Psyclone (_psyclone_) | 20.86 | 89% | 2023-11-24 |
1928. | Enock (enockmutanga01) | 20.82 | 92% | 2023-09-08 |
1929. | CHSR (chsr) | 20.76 | 93% | 2023-06-06 |
1930. | jose (jose_benito) | 20.57 | 94% | 2024-09-16 |
1931. | HAst3 (hast3) | 20.55 | 89% | 2024-07-11 |
1932. | Ernesto (ernesto_123) | 20.54 | 91% | 2023-08-09 |
1933. | Ludger (ludger) | 20.30 | 90.5% | 2023-12-04 |
1934. | Dre (dreahid) | 20.13 | 93% | 2024-08-27 |
1935. | lluis (lluissuros) | 20.03 | 91.1% | 2024-01-17 |
1936. | New racer (protostarx) | 20.01 | 93% | 2024-04-27 |
1937. | Md (imti_23) | 19.98 | 94% | 2023-06-20 |
1938. | drialo (drialo) | 19.84 | 96% | 2024-10-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |