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 |
|---|---|---|---|---|
| 166. | coen (coencidence) | 72.38 | 94% | 2025-10-17 |
| 167. | Brian L (gmbrianlaw) | 72.31 | 96% | 2024-05-24 |
| 168. | hakan (haakn) | 72.30 | 98% | 2024-03-12 |
| 169. | gokewhoo (gokewhoo) | 72.25 | 96.1% | 2024-09-24 |
| 170. | Kind Hat (kind_hat1628) | 72.19 | 97% | 2024-07-26 |
| 171. | (hengnix) | 72.11 | 97% | 2025-03-04 |
| 172. | Sergito (yoonseok) | 72.09 | 98.6% | 2025-01-10 |
| 173. | Shoemaker-Levy 9 (atthetop) | 72.08 | 96% | 2018-10-31 |
| 174. | fishy15 (fishy15) | 72.00 | 97% | 2021-11-23 |
| 175. | ay (d3b1) | 71.93 | 95% | 2021-09-19 |
| 176. | dotdotdot (atuladhar1) | 71.92 | 98% | 2023-07-23 |
| 177. | Jacob (vanosgaming2014) | 71.85 | 96% | 2021-09-19 |
| 178. | yo mas epzilon (axeluri) | 71.71 | 95% | 2025-11-19 |
| 179. | Jackson (london_enjoyer) | 71.47 | 96% | 2023-07-22 |
| 180. | Varyemez✍️ (ziperz_the_... | 71.41 | 95% | 2023-08-19 |
| 181. | Eibwen (elbwen) | 71.26 | 95% | 2024-08-27 |
| 182. | aether (romaxion) | 71.16 | 98% | 2024-09-11 |
| 183. | (4lsi3w544lwi4lk) | 71.14 | 97% | 2023-05-29 |
| 184. | Omar (obaqueiro) | 71.06 | 98% | 2019-11-28 |
| 185. | (sura5) | 70.95 | 97% | 2021-12-07 |
| 186. | unseasoned lawyer (dindondoe) | 70.90 | 96% | 2021-12-07 |
| 187. | icebox (flsf) | 70.89 | 97% | 2019-04-29 |
| 188. | Euan (emh_sk) | 70.89 | 96.5% | 2024-01-21 |
| 189. | ABCD (x007) | 70.64 | 100% | 2024-09-25 |
| 190. | ImpyQ (impyq) | 70.64 | 98% | 2025-04-21 |
| 191. | sygi (sygi) | 70.63 | 97% | 2024-11-19 |
| 192. | austin (0x13ba) | 70.55 | 97% | 2024-02-15 |
| 193. | Roger (itdepends_music) | 70.55 | 97% | 2024-09-22 |
| 194. | Adsd (kol123313) | 70.15 | 97% | 2021-06-11 |
| 195. | Filip (sustainedcruelty) | 70.11 | 98% | 2025-10-29 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |