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 |
---|---|---|---|---|
186. | Milan (milang13) | 69.42 | 97.2% | 2024-05-24 |
187. | Thunderz (thunderz2016) | 69.39 | 95% | 2025-01-24 |
188. | I'm still sticking with Qwe... | 69.28 | 95% | 2024-08-04 |
189. | cozy (nekozy) | 69.17 | 98% | 2023-10-18 |
190. | Groozyn (groozyn) | 69.05 | 98.6% | 2024-03-09 |
191. | OddlySerious (oddlyserious) | 69.05 | 98% | 2024-12-10 |
192. | kvn (humptyhump) | 68.95 | 95% | 2021-02-11 |
193. | Tom (gazi243) | 68.88 | 97% | 2024-04-19 |
194. | jean (jsddfgh) | 68.81 | 98% | 2023-06-20 |
195. | Katherine (jwbstuhr) | 68.64 | 97% | 2025-01-09 |
196. | Ahnaf (ahnaf75) | 68.57 | 96.5% | 2024-10-28 |
197. | Nazif (negative_hp) | 68.55 | 97% | 2025-02-26 |
198. | ⛓Unchained World⛓ (ahki... | 68.46 | 97% | 2022-01-15 |
199. | Matheus (theflokin) | 68.45 | 97% | 2023-06-10 |
200. | MINH (shinmyou) | 68.45 | 98% | 2024-06-26 |
201. | Imtraining (imtraining) | 68.43 | 98% | 2023-08-06 |
202. | Nicholas (nicholas_r) | 68.23 | 97% | 2025-01-29 |
203. | too much lag (actuallyaccur... | 68.17 | 100% | 2019-08-06 |
204. | Cire (type4harambe) | 68.15 | 96% | 2019-01-28 |
205. | David (ipanda27) | 68.06 | 95% | 2024-09-27 |
206. | trans rights (scrunky) | 67.99 | 91.6% | 2024-03-18 |
207. | 💀💀💀 (gospell) | 67.81 | 96% | 2023-08-17 |
208. | moai (moai) | 67.81 | 96% | 2024-04-07 |
209. | se (simops) | 67.71 | 95% | 2023-08-30 |
210. | Alex (alexkotr187) | 67.62 | 96% | 2024-11-29 |
211. | (jlachney) | 67.54 | 96% | 2020-11-19 |
212. | fastpotion (fastpotion) | 67.48 | 97% | 2024-02-17 |
213. | Jake (jaydez) | 67.47 | 97% | 2024-01-31 |
214. | kewl (hyper_racer) | 67.39 | 98% | 2019-08-10 |
215. | Sunny (memory_leak) | 67.39 | 99% | 2023-10-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |