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 |
---|---|---|---|---|
155. | Sergito (yoonseok) | 72.09 | 98.6% | 2025-01-10 |
156. | Shoemaker-Levy 9 (atthetop) | 72.08 | 96% | 2018-10-31 |
157. | fishy15 (fishy15) | 72.00 | 97% | 2021-11-23 |
158. | ay (d3b1) | 71.93 | 95% | 2021-09-19 |
159. | dotdotdot (atuladhar1) | 71.92 | 98% | 2023-07-23 |
160. | Jacob (vanosgaming2014) | 71.85 | 96% | 2021-09-19 |
161. | Jackson (london_enjoyer) | 71.47 | 96% | 2023-07-22 |
162. | Varyemez✍️ (ziperz_the_... | 71.41 | 95% | 2023-08-19 |
163. | Eibwen (elbwen) | 71.26 | 95% | 2024-08-27 |
164. | aether (romaxion) | 71.16 | 98% | 2024-09-11 |
165. | (4lsi3w544lwi4lk) | 71.14 | 97% | 2023-05-29 |
166. | Omar (obaqueiro) | 71.06 | 98% | 2019-11-28 |
167. | (sura5) | 70.95 | 97% | 2021-12-07 |
168. | unseasoned lawyer (dindondoe) | 70.90 | 96% | 2021-12-07 |
169. | icebox (flsf) | 70.89 | 97% | 2019-04-29 |
170. | Euan (emh_sk) | 70.89 | 96.5% | 2024-01-21 |
171. | ABCD (x007) | 70.64 | 100% | 2024-09-25 |
172. | ImpyQ (impyq) | 70.64 | 98% | 2025-04-21 |
173. | sygi (sygi) | 70.63 | 97% | 2024-11-19 |
174. | austin (0x13ba) | 70.55 | 97% | 2024-02-15 |
175. | Roger (itdepends_music) | 70.55 | 97% | 2024-09-22 |
176. | Adsd (kol123313) | 70.15 | 97% | 2021-06-11 |
177. | Angel (tribaaldos) | 70.09 | 96% | 2023-08-23 |
178. | cole (socol) | 70.09 | 98% | 2024-07-21 |
179. | dvorak :) (lauta70) | 69.97 | 97% | 2023-01-09 |
180. | Ryan (chrissypoopoo) | 69.96 | 96% | 2023-08-01 |
181. | Param (paramt) | 69.68 | 96% | 2023-10-11 |
182. | Nyvil (nyvil) | 69.67 | 96% | 2024-09-15 |
183. | Pórem (minipoloalex) | 69.64 | 95% | 2025-06-06 |
184. | TheProdigyHenry (henryv70) | 69.58 | 98% | 2023-06-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |