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 | 
|---|---|---|---|---|
| 1461. | Jellytophata (jellytophats) | 35.36 | 95% | 2024-02-29 | 
| 1462. | David (cptdavid) | 35.31 | 97% | 2023-11-21 | 
| 1463. | Mikeyyy (mikeyyy_06) | 35.29 | 94% | 2023-06-30 | 
| 1464. | Jullian (2xyou) | 35.29 | 94% | 2023-06-08 | 
| 1465. | Arvi (arvi4321) | 35.27 | 95% | 2024-07-18 | 
| 1466. | Lucia (latestlucia) | 35.25 | 96% | 2024-01-15 | 
| 1467. | Akshat (akshat2582) | 35.23 | 97% | 2025-03-17 | 
| 1468. | Rhubarb (reuab) | 35.22 | 93% | 2023-05-21 | 
| 1469. | Muhammad (salahovich_2020) | 35.22 | 93% | 2023-06-06 | 
| 1470. | Ayman (ayman_01) | 35.22 | 90% | 2024-02-22 | 
| 1471. | ig: aliosayle (alioss) | 35.20 | 93% | 2025-03-08 | 
| 1472. | slamg_Luke (slamg_luke) | 35.20 | 93% | 2023-06-15 | 
| 1473. | bhushan (bhushan_144) | 35.20 | 93% | 2025-08-20 | 
| 1474. | binaypau (binaypau) | 35.15 | 96% | 2023-07-25 | 
| 1475. | Mar la arag. (duale260) | 35.14 | 95% | 2024-05-12 | 
| 1476. | ahmed fahad (afk_43) | 35.12 | 92.8% | 2024-12-30 | 
| 1477. | Vlakevas (vlakevas) | 35.10 | 92% | 2023-07-25 | 
| 1478. | UziPuri (uzipuri) | 35.05 | 93% | 2024-02-21 | 
| 1479. | wonton (wanton_wonton) | 35.04 | 94% | 2025-05-29 | 
| 1480. | Aaron (ron1215) | 35.01 | 93% | 2024-07-17 | 
| 1481. | seb (sebaswan) | 35.00 | 91% | 2024-07-11 | 
| 1482. | DegageSpoon9280 (degagespoo... | 34.99 | 90% | 2023-10-05 | 
| 1483. | Kevin (suaveymojo) | 34.99 | 97% | 2024-06-13 | 
| 1484. | Sudip (donda) | 34.94 | 94% | 2023-09-12 | 
| 1485. | CONCENTRATE:) (igravit) | 34.87 | 95% | 2024-08-21 | 
| 1486. | E (boxofpaints) | 34.85 | 97% | 2020-12-09 | 
| 1487. | Gambler (gamblr) | 34.85 | 93% | 2023-06-11 | 
| 1488. | mayaws (kopsekop) | 34.84 | 95% | 2024-08-23 | 
| 1489. | Irfan (irfany) | 34.80 | 92% | 2024-09-16 | 
| 1490. | ---GRT23--- (grt23) | 34.80 | 96% | 2024-07-21 | 
| Universe | Races | Average WPM | First Race | 
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |