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 |
---|---|---|---|---|
1977. | Abdullah (abdullah011) | 18.37 | 92% | 2025-05-25 |
1978. | aamena (aamena) | 18.34 | 93% | 2023-07-21 |
1979. | Aman (aman_babu_hemant) | 18.13 | 97% | 2020-12-03 |
1980. | Clotrack (clotrack) | 18.10 | 95% | 2024-03-29 |
1981. | Amira (amira_gamal) | 18.07 | 97% | 2023-08-04 |
1982. | Kipkirui (iurik34_themah) | 18.00 | 94% | 2023-12-16 |
1983. | mohsen (mohsenrafiei1997) | 17.79 | 93% | 2023-07-02 |
1984. | MAN CITY (emmanuel_boamah) | 17.61 | 94% | 2024-10-22 |
1985. | rev (revu) | 17.37 | 95% | 2023-07-27 |
1986. | Sami (abrar_sami) | 17.20 | 91% | 2024-03-08 |
1987. | anwar (anwar_999) | 17.08 | 97% | 2023-10-16 |
1988. | Robel (lilroba) | 17.08 | 95% | 2024-10-26 |
1989. | Nirro (nirro) | 16.88 | 90% | 2024-02-16 |
1990. | big_nooob (big_nooob) | 16.41 | 94% | 2024-05-20 |
1991. | mrashof (mrashof) | 16.27 | 95% | 2025-06-09 |
1992. | Tahmid (tarmine) | 16.26 | 90% | 2024-04-23 |
1993. | yogurt (yamisukehiro) | 16.05 | 94% | 2024-08-11 |
1994. | porwis (porwis) | 15.95 | 88.9% | 2024-09-25 |
1995. | Abhinandan (abhinandan_12) | 15.93 | 90% | 2020-12-06 |
1996. | Bov (bovdaboat) | 15.70 | 90% | 2024-03-12 |
1997. | jazzu (jazzuxly) | 15.65 | 95% | 2024-07-26 |
1998. | Patlu (patlu) | 15.39 | 91% | 2025-06-02 |
1999. | Abhi :) (a_bhi) | 15.36 | 92% | 2023-12-15 |
2000. | Praveen Pal (__praveenpal_) | 15.28 | 88% | 2024-06-23 |
2001. | Avanish Maurya (avanish_mau... | 14.86 | 92% | 2024-08-02 |
2002. | Nikhil (nikhilchhabra) | 14.83 | 92% | 2023-12-23 |
2003. | Malay Lad (malay_lad) | 14.71 | 94% | 2025-05-19 |
2004. | ritik (karlos_nikov) | 14.40 | 91% | 2023-08-02 |
2005. | Duo (duo1996) | 14.00 | 91% | 2024-08-11 |
2006. | Crimp (crimptypes) | 13.81 | 92% | 2024-09-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |