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. | Xancola (xancola) | 34.27 | 90% | 2020-11-18 |
1414. | 413k (413k) | 34.25 | 95% | 2024-06-03 |
1415. | Su (su1615) | 34.21 | 94% | 2025-01-11 |
1416. | Ioan (ioans) | 34.20 | 94% | 2023-01-25 |
1417. | goofy goober (2chill4u_top) | 34.19 | 94% | 2023-06-30 |
1418. | Made Daliant (madedaliant) | 34.18 | 95% | 2024-10-21 |
1419. | oliver (oliver13863) | 34.14 | 93% | 2024-12-30 |
1420. | tymon (tyron5202) | 34.10 | 92% | 2024-05-12 |
1421. | Nikk (white13) | 34.09 | 93% | 2021-04-14 |
1422. | themztr (themztr) | 34.06 | 94% | 2023-06-10 |
1423. | ellie (ellliee) | 34.05 | 98% | 2023-09-08 |
1424. | Zaphod (zapgawd) | 34.04 | 95% | 2024-09-20 |
1425. | em0nal (em0nal) | 34.03 | 92% | 2024-01-29 |
1426. | AI (lhyn0505) | 34.03 | 95% | 2024-08-21 |
1427. | Leve Leve, Leve Palestina (... | 33.96 | 93% | 2023-12-23 |
1428. | net (nethe) | 33.96 | 97% | 2025-03-01 |
1429. | Devender (dev2002) | 33.95 | 94% | 2023-06-19 |
1430. | World Walker (world_walker) | 33.94 | 95% | 2024-11-09 |
1431. | tinytim (tinytim3) | 33.92 | 97% | 2024-10-16 |
1432. | Alekseevich (alekseevich_cmu) | 33.91 | 93% | 2023-06-12 |
1433. | Mohamed Y Jazza (mohammad_j... | 33.88 | 94.5% | 2024-03-20 |
1434. | Kyle (bigboiblue) | 33.87 | 91% | 2019-09-13 |
1435. | Omer (omer_nukic) | 33.87 | 93% | 2021-10-08 |
1436. | JkillahR (jkillahr) | 33.87 | 93.7% | 2024-07-05 |
1437. | raging_wolf (raging_wolf) | 33.83 | 94% | 2020-12-10 |
1438. | Naman (shadyskies) | 33.81 | 89% | 2023-06-16 |
1439. | Klaqz (klaqz) | 33.78 | 92% | 2023-07-10 |
1440. | Psych (psychedout) | 33.72 | 95% | 2024-02-20 |
1441. | murgahahaha (murgahahaha) | 33.67 | 92.9% | 2024-05-02 |
1442. | pikky (piknic) | 33.66 | 94% | 2019-04-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |