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 |
---|---|---|---|---|
1194. | Dynamique (dy_que) | 38.31 | 95% | 2025-04-29 |
1195. | sutha_raditya (sutha_raditya) | 38.28 | 93% | 2024-10-21 |
1196. | Salfi (salfi_sabit) | 38.26 | 94% | 2021-05-03 |
1197. | hypwreck (hypwreck) | 38.25 | 95% | 2023-05-28 |
1198. | Jay (jay_t) | 38.23 | 93% | 2023-12-08 |
1199. | Abdo (abdo_amer1) | 38.23 | 92% | 2023-03-18 |
1200. | oleg (oleg_ros) | 38.20 | 96.2% | 2025-03-20 |
1201. | bulbulator (amusement5912) | 38.18 | 96% | 2023-09-28 |
1202. | 🔻Youssef San (youssefsan... | 38.17 | 91% | 2024-05-05 |
1203. | Logan (ferro_majiin) | 38.16 | 94% | 2024-05-17 |
1204. | John (johnhemrom) | 38.12 | 92.3% | 2023-08-20 |
1205. | Wiradarma (wiradarma) | 38.11 | 95% | 2024-10-21 |
1206. | Abdullah (bunajim) | 38.10 | 96% | 2021-10-29 |
1207. | Hex (thepulkit13) | 38.09 | 94% | 2019-10-25 |
1208. | typerhuang559 (typerhuang559) | 38.06 | 97% | 2023-08-07 |
1209. | Ray (rebirth_21) | 38.05 | 96% | 2024-01-16 |
1210. | tstats[slowtyperider] (slow... | 38.03 | 93% | 2019-03-04 |
1211. | MrJocs (jocavieira) | 38.02 | 94.6% | 2025-02-11 |
1212. | Nel (fodsdj) | 37.96 | 95% | 2025-02-25 |
1213. | Kuruma (kuruma404) | 37.94 | 97% | 2023-10-22 |
1214. | TargiX (targix) | 37.94 | 93% | 2023-11-13 |
1215. | CatShark (dodobunny) | 37.86 | 94% | 2021-08-24 |
1216. | Ex (exkirito) | 37.81 | 94% | 2024-05-14 |
1217. | Erick (pandaberick) | 37.80 | 94% | 2023-08-05 |
1218. | Tasos (hadcock) | 37.80 | 94% | 2024-11-22 |
1219. | Shekhar (law_breaker) | 37.79 | 97.1% | 2023-12-29 |
1220. | Mkj (mediumrareonly) | 37.79 | 92% | 2023-07-31 |
1221. | ILoveLofi (ginpaku) | 37.79 | 91% | 2023-06-07 |
1222. | Ztelle (ztelle) | 37.78 | 93% | 2024-05-12 |
1223. | Zeyad (zeyad_mohamed) | 37.71 | 95% | 2023-06-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |