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 |
---|---|---|---|---|
1413. | Nikk (white13) | 34.09 | 93% | 2021-04-14 |
1414. | themztr (themztr) | 34.06 | 94% | 2023-06-10 |
1415. | ellie (ellliee) | 34.05 | 98% | 2023-09-08 |
1416. | Zaphod (zapgawd) | 34.04 | 95% | 2024-09-20 |
1417. | em0nal (em0nal) | 34.03 | 92% | 2024-01-29 |
1418. | AI (lhyn0505) | 34.03 | 95% | 2024-08-21 |
1419. | Leve Leve, Leve Palestina (... | 33.96 | 93% | 2023-12-23 |
1420. | net (nethe) | 33.96 | 97% | 2025-03-01 |
1421. | Devender (dev2002) | 33.95 | 94% | 2023-06-19 |
1422. | World Walker (world_walker) | 33.94 | 95% | 2024-11-09 |
1423. | tinytim (tinytim3) | 33.92 | 97% | 2024-10-16 |
1424. | Alekseevich (alekseevich_cmu) | 33.91 | 93% | 2023-06-12 |
1425. | Mohamed Y Jazza (mohammad_j... | 33.88 | 95% | 2024-03-20 |
1426. | Kyle (bigboiblue) | 33.87 | 91% | 2019-09-13 |
1427. | Omer (omer_nukic) | 33.87 | 93% | 2021-10-08 |
1428. | JkillahR (jkillahr) | 33.87 | 94% | 2024-07-05 |
1429. | raging_wolf (raging_wolf) | 33.83 | 94% | 2020-12-10 |
1430. | Naman (shadyskies) | 33.81 | 89% | 2023-06-16 |
1431. | Klaqz (klaqz) | 33.78 | 92% | 2023-07-10 |
1432. | Psych (psychedout) | 33.72 | 95% | 2024-02-20 |
1433. | murgahahaha (murgahahaha) | 33.67 | 92.9% | 2024-05-02 |
1434. | pikky (piknic) | 33.66 | 94% | 2019-04-19 |
1435. | Xaddre (xaddre) | 33.66 | 94% | 2023-07-02 |
1436. | vlad (vlad_m) | 33.65 | 92% | 2024-07-04 |
1437. | tsushima (tsushima) | 33.64 | 93% | 2024-07-13 |
1438. | Alex (alexkexchoklad) | 33.63 | 94% | 2024-08-21 |
1439. | djenga milji (volimzene) | 33.61 | 93% | 2024-12-04 |
1440. | Sudhan (itzsudhan) | 33.60 | 95% | 2023-06-02 |
1441. | Prince (princedhkl) | 33.57 | 91% | 2023-06-28 |
1442. | jiy-workman (jiyworkman) | 33.57 | 94% | 2023-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |