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 |
---|---|---|---|---|
160. | aether (romaxion) | 71.16 | 98% | 2024-09-11 |
161. | (4lsi3w544lwi4lk) | 71.14 | 97% | 2023-05-29 |
162. | Omar (obaqueiro) | 71.06 | 98% | 2019-11-28 |
163. | (sura5) | 70.95 | 97% | 2021-12-07 |
164. | unseasoned lawyer (dindondoe) | 70.90 | 96% | 2021-12-07 |
165. | icebox (flsf) | 70.89 | 97% | 2019-04-29 |
166. | Euan (emh_sk) | 70.89 | 96.5% | 2024-01-21 |
167. | ABCD (x007) | 70.64 | 100% | 2024-09-25 |
168. | ImpyQ (impyq) | 70.64 | 98% | 2025-04-21 |
169. | sygi (sygi) | 70.63 | 97% | 2024-11-19 |
170. | austin (0x13ba) | 70.55 | 97% | 2024-02-15 |
171. | Roger (itdepends_music) | 70.55 | 97% | 2024-09-22 |
172. | Adsd (kol123313) | 70.15 | 97% | 2021-06-11 |
173. | Angel (tribaaldos) | 70.09 | 96% | 2023-08-23 |
174. | cole (socol) | 70.09 | 98% | 2024-07-21 |
175. | dvorak :) (lauta70) | 69.97 | 97% | 2023-01-09 |
176. | Ryan (chrissypoopoo) | 69.96 | 96% | 2023-08-01 |
177. | Param (paramt) | 69.68 | 96% | 2023-10-11 |
178. | Nyvil (nyvil) | 69.67 | 96% | 2024-09-15 |
179. | Pórem (minipoloalex) | 69.64 | 95% | 2025-06-06 |
180. | TheProdigyHenry (henryv70) | 69.58 | 98% | 2023-06-26 |
181. | GlassesNerd (glassesnerd) | 69.57 | 99% | 2024-05-24 |
182. | Milan (milang13) | 69.42 | 97% | 2024-05-24 |
183. | Thunderz (thunderz2016) | 69.39 | 95% | 2025-01-24 |
184. | I'm still sticking with Qwe... | 69.28 | 95% | 2024-08-04 |
185. | cozy (nekozy) | 69.17 | 98% | 2023-10-18 |
186. | Groozyn (groozyn) | 69.05 | 98.6% | 2024-03-09 |
187. | OddlySerious (oddlyserious) | 69.05 | 98% | 2024-12-10 |
188. | kvn (humptyhump) | 68.95 | 95% | 2021-02-11 |
189. | Tom (gazi243) | 68.88 | 97% | 2024-04-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |