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 |
---|---|---|---|---|
2042. | fidap (fidap) | 18.74 | 93% | 2025-05-21 |
2043. | Sakil Molla (sak909) | 18.65 | 97% | 2023-08-07 |
2044. | 2411 (khew123) | 18.61 | 91% | 2025-01-15 |
2045. | Girish (girish_heree) | 18.47 | 90% | 2024-06-27 |
2046. | Fabiola Diaz Puma (fabiolad... | 18.45 | 95.3% | 2024-09-16 |
2047. | aryan (aryasiva333) | 18.38 | 91% | 2025-06-17 |
2048. | Abdullah (abdullah011) | 18.37 | 92% | 2025-05-25 |
2049. | aamena (aamena) | 18.34 | 93% | 2023-07-21 |
2050. | Aman (aman_babu_hemant) | 18.13 | 97% | 2020-12-03 |
2051. | Clotrack (clotrack) | 18.10 | 95% | 2024-03-29 |
2052. | Amira (amira_gamal) | 18.07 | 97% | 2023-08-04 |
2053. | Kipkirui (iurik34_themah) | 18.00 | 94% | 2023-12-16 |
2054. | mohsen (mohsenrafiei1997) | 17.79 | 93% | 2023-07-02 |
2055. | MAN CITY (emmanuel_boamah) | 17.61 | 94% | 2024-10-22 |
2056. | porfiriomarquez (porfirioma... | 17.41 | 94% | 2025-06-23 |
2057. | rev (revu) | 17.37 | 95% | 2023-07-27 |
2058. | Sami (abrar_sami) | 17.20 | 91% | 2024-03-08 |
2059. | anwar (anwar_999) | 17.08 | 97% | 2023-10-16 |
2060. | Robel (lilroba) | 17.08 | 95% | 2024-10-26 |
2061. | Nirro (nirro) | 16.88 | 90% | 2024-02-16 |
2062. | big_nooob (big_nooob) | 16.41 | 94% | 2024-05-20 |
2063. | mrashof (mrashof) | 16.27 | 95% | 2025-06-09 |
2064. | Tahmid (tarmine) | 16.26 | 90% | 2024-04-23 |
2065. | yogurt (yamisukehiro) | 16.05 | 94% | 2024-08-11 |
2066. | porwis (porwis) | 15.95 | 88.9% | 2024-09-25 |
2067. | Abhinandan (abhinandan_12) | 15.93 | 90% | 2020-12-06 |
2068. | Bov (bovdaboat) | 15.70 | 90% | 2024-03-12 |
2069. | jazzu (jazzuxly) | 15.65 | 95% | 2024-07-26 |
2070. | Patlu (patlu) | 15.39 | 91% | 2025-06-02 |
2071. | Abhi :) (a_bhi) | 15.36 | 92% | 2023-12-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |