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 |
---|---|---|---|---|
2034. | marite (jhulmab) | 22.36 | 96.5% | 2025-05-29 |
2035. | Mariss (marisst) | 22.12 | 94% | 2024-02-25 |
2036. | Krishna Negi (krishna_3028) | 22.10 | 91% | 2024-08-06 |
2037. | Zen Chen (zen222) | 22.09 | 90% | 2025-05-08 |
2038. | dfwCraig (dfwcraig) | 21.92 | 91% | 2024-08-21 |
2039. | Tim (kralti) | 21.91 | 95% | 2025-01-20 |
2040. | salaheddine (salaheddine2002) | 21.80 | 92% | 2023-07-14 |
2041. | awet (awetey) | 21.72 | 92.8% | 2024-01-14 |
2042. | Diogo (didsfiusdfuoisdfsd) | 21.50 | 93% | 2024-06-13 |
2043. | torilmao (torilmao) | 21.49 | 91% | 2024-08-08 |
2044. | Fanor (fanor) | 21.16 | 93% | 2025-09-10 |
2045. | sdf (antares_404) | 21.02 | 91% | 2025-04-06 |
2046. | surafel (shefw_myd) | 20.98 | 94% | 2025-03-26 |
2047. | Cesar Salguero Ibarra (meno... | 20.96 | 93% | 2024-04-19 |
2048. | SilentCoderXReva (devreva) | 20.90 | 90.6% | 2025-04-05 |
2049. | jo (johnad) | 20.89 | 93% | 2023-07-02 |
2050. | Psyclone (_psyclone_) | 20.86 | 89% | 2023-11-24 |
2051. | Enock (enockmutanga01) | 20.82 | 92% | 2023-09-08 |
2052. | CHSR (chsr) | 20.76 | 93% | 2023-06-06 |
2053. | jose (jose_benito) | 20.57 | 94.4% | 2024-09-16 |
2054. | HAst3 (hast3) | 20.55 | 89% | 2024-07-11 |
2055. | Ernesto (ernesto_123) | 20.54 | 91% | 2023-08-09 |
2056. | Krish Na (lunatic07) | 20.31 | 93% | 2023-06-20 |
2057. | Ludger (ludger) | 20.30 | 90.5% | 2023-12-04 |
2058. | Dre (dreahid) | 20.13 | 93% | 2024-08-27 |
2059. | katiapimentelcruz (katpc) | 20.13 | 92% | 2025-09-19 |
2060. | lluis (lluissuros) | 20.03 | 91.1% | 2024-01-17 |
2061. | New racer (protostarx) | 20.01 | 93% | 2024-04-27 |
2062. | Md (imti_23) | 19.98 | 94% | 2023-06-20 |
2063. | Cristian Tacuri (cris1310) | 19.91 | 91% | 2025-09-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |