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 |
---|---|---|---|---|
147. | Jake (jmill1125) | 72.93 | 97.4% | 2024-12-03 |
148. | Shobonvip (shobonvip) | 72.51 | 95% | 2024-05-09 |
149. | Ptarmy (ptarmy) | 72.47 | 97% | 2023-06-12 |
150. | Brian L (gmbrianlaw) | 72.31 | 96% | 2024-05-24 |
151. | hakan (haakn) | 72.30 | 98% | 2024-03-12 |
152. | GoKeWhO (gokewhoo) | 72.25 | 96.1% | 2024-09-24 |
153. | Kind Hat (kind_hat1628) | 72.19 | 97% | 2024-07-26 |
154. | (hengnix) | 72.11 | 97% | 2025-03-04 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |