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 |
---|---|---|---|---|
1031. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1032. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1033. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1034. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1035. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1036. | Todd (tirpeltruboveesex) | 40.39 | 94% | 2023-09-28 |
1037. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
1038. | Carlos (carloszapata) | 40.36 | 94% | 2023-05-13 |
1039. | John Smith (fireblade28) | 40.33 | 98% | 2023-12-31 |
1040. | Alex (dubkiller) | 40.32 | 95% | 2024-03-13 |
1041. | Pantelis (peinalas) | 40.32 | 96% | 2024-06-04 |
1042. | a (mb031) | 40.31 | 93% | 2020-01-16 |
1043. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
1044. | poure (poure) | 40.27 | 93% | 2025-03-14 |
1045. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
1046. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
1047. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
1048. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
1049. | Tolunay (trontino) | 40.10 | 94% | 2023-05-22 |
1050. | PAKISTAN (mirtyping) | 40.09 | 94% | 2025-02-24 |
1051. | - (ndca) | 40.07 | 96% | 2022-11-22 |
1052. | Vishnu (crazy_typeracer) | 40.07 | 93% | 2021-09-08 |
1053. | lynx (mvalpha) | 40.05 | 94% | 2023-08-11 |
1054. | online (bushyhak) | 40.05 | 96.2% | 2024-01-19 |
1055. | Salam Adel (salam1800) | 40.02 | 94% | 2023-08-29 |
1056. | BOAT (captain_boaty) | 40.01 | 91% | 2023-07-03 |
1057. | amalia (chowdergirl) | 40.01 | 92% | 2023-10-12 |
1058. | Sadie (tekmyndaspy) | 40.01 | 88% | 2024-12-21 |
1059. | Erick (strosekd) | 40.00 | 96% | 2024-07-24 |
1060. | DamoFD (damofd) | 40.00 | 98% | 2023-09-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |