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 |
---|---|---|---|---|
1004. | Jacob (pandurrr2812) | 41.92 | 93% | 2025-03-12 |
1005. | Nuthasith (nat9dai) | 41.90 | 93% | 2025-02-12 |
1006. | bmax (bmax) | 41.89 | 96% | 2021-10-29 |
1007. | sumit (sumit_ch) | 41.89 | 97% | 2023-08-21 |
1008. | Andy (lithium_x) | 41.88 | 92.1% | 2023-11-03 |
1009. | Ethan gepner (geppp41) | 41.88 | 95% | 2024-04-25 |
1010. | Kevin (kytrex) | 41.86 | 94% | 2023-06-02 |
1011. | Humanbeen (free_palestine_313) | 41.86 | 94% | 2024-12-09 |
1012. | Delaan (hypa) | 41.84 | 93% | 2024-01-12 |
1013. | Logan Hays (loganhays) | 41.83 | 97.6% | 2025-02-23 |
1014. | MoarJank (moarjank) | 41.80 | 96% | 2023-04-02 |
1015. | walid khames (walidk) | 41.77 | 94% | 2023-06-21 |
1016. | Thai (svnfrs) | 41.76 | 94% | 2025-02-22 |
1017. | KEN (kent_type) | 41.75 | 96.2% | 2023-06-23 |
1018. | Ambu (dragonfist453) | 41.74 | 96% | 2023-08-15 |
1019. | Gonzalo (gmurop) | 41.72 | 95.6% | 2024-02-25 |
1020. | Kenny (riggedcontingency) | 41.71 | 94% | 2020-11-29 |
1021. | Afzal (afzal_ansari) | 41.71 | 95.6% | 2023-11-27 |
1022. | Max (mgraham) | 41.71 | 95% | 2023-05-23 |
1023. | Isak (izzeww) | 41.70 | 97% | 2023-10-13 |
1024. | Haydar (haydarfakhoury) | 41.66 | 93% | 2023-09-02 |
1025. | Pika (pikalight) | 41.63 | 97% | 2024-04-18 |
1026. | GordonShumway (gordon_shumway) | 41.60 | 97.4% | 2024-02-02 |
1027. | Ahmed (ahmed_elashraf) | 41.58 | 96% | 2025-02-16 |
1028. | enoch (flintgom) | 41.56 | 96% | 2024-02-19 |
1029. | Suren (strongsuren) | 41.55 | 95% | 2023-09-12 |
1030. | no (prtlai) | 41.50 | 96% | 2023-07-14 |
1031. | Raven (kfaulk1216) | 41.49 | 94% | 2020-11-28 |
1032. | fastboi (ooofooo) | 41.47 | 94% | 2023-11-19 |
1033. | Hamza (hamza_kalash) | 41.42 | 93% | 2023-06-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |