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 |
---|---|---|---|---|
1106. | Arne (arnihilator) | 40.94 | 93% | 2023-07-30 |
1107. | Pranav Abraham (pranavabe) | 40.87 | 93% | 2023-07-05 |
1108. | Zodiac (zodiac__) | 40.85 | 93% | 2025-04-10 |
1109. | YAZ (yazaitee) | 40.84 | 95% | 2024-08-13 |
1110. | oleg (oleg_ros) | 40.75 | 98% | 2025-07-10 |
1111. | jht (jht0) | 40.71 | 96% | 2024-04-05 |
1112. | Ron (rondalla) | 40.70 | 95% | 2020-12-22 |
1113. | rides.reversed.mildest (rid... | 40.67 | 94% | 2024-12-04 |
1114. | mibsahn (mibsahn) | 40.67 | 94% | 2023-07-14 |
1115. | thomas (thomascdh) | 40.61 | 95% | 2025-06-28 |
1116. | Nameless (plot_da_pro) | 40.59 | 94% | 2023-07-05 |
1117. | (l)Knoch (lkoch) | 40.56 | 92% | 2024-01-01 |
1118. | Hamza (hamza_g) | 40.51 | 93% | 2022-08-03 |
1119. | KASMOT (eeijneb) | 40.50 | 95% | 2024-06-18 |
1120. | wakwaw (wakwaw11) | 40.43 | 97.6% | 2025-01-12 |
1121. | melvin (melvink) | 40.42 | 97% | 2023-05-27 |
1122. | Todd (tirpeltruboveesex) | 40.39 | 94% | 2023-09-28 |
1123. | AyaseShu (ayaseshu) | 40.37 | 96% | 2024-09-23 |
1124. | Carlos (carloszapata) | 40.36 | 94% | 2023-05-13 |
1125. | John Smith (fireblade28) | 40.33 | 98% | 2023-12-31 |
1126. | Alex (dubkiller) | 40.32 | 95% | 2024-03-13 |
1127. | Pantelis (peinalas) | 40.32 | 96% | 2024-06-04 |
1128. | a (mb031) | 40.31 | 93% | 2020-01-16 |
1129. | Johan7205 (joze7205) | 40.27 | 98% | 2023-11-06 |
1130. | poure (poure) | 40.27 | 93% | 2025-03-14 |
1131. | Evan (blendyz) | 40.19 | 94% | 2019-12-11 |
1132. | chxrylene (cherylene_) | 40.19 | 95.4% | 2023-12-13 |
1133. | Louis (louismarlane) | 40.14 | 95% | 2024-10-04 |
1134. | Bhav (its_bhav) | 40.12 | 98% | 2023-12-19 |
1135. | Tolunay (trontino) | 40.10 | 94% | 2023-05-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |