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 |
---|---|---|---|---|
577. | Adam (adamsyaq) | 52.84 | 99% | 2024-11-01 |
578. | Rus (amortalist) | 52.82 | 97% | 2024-04-18 |
579. | Mach (mach1_speed) | 52.80 | 96% | 2024-01-04 |
580. | Niklas (neoon) | 52.80 | 94% | 2025-06-04 |
581. | JG (j32587) | 52.72 | 95% | 2025-01-10 |
582. | Mag (magnimius) | 52.71 | 94% | 2023-08-25 |
583. | mrtbts (mrtbts) | 52.69 | 93.9% | 2024-09-09 |
584. | Nura (an10nim4ik) | 52.66 | 92% | 2023-05-22 |
585. | Stella (stellarluminant) | 52.65 | 97% | 2018-11-08 |
586. | FurryDaddyLover.TTV (bokmook0) | 52.65 | 94% | 2025-02-24 |
587. | Amit (amitkumariitm) | 52.63 | 97.7% | 2024-12-21 |
588. | Don't give up! (purtrus) | 52.61 | 93% | 2025-04-21 |
589. | zukanoob (zukanoob) | 52.53 | 95% | 2024-11-04 |
590. | avivsq12 (avivsq12) | 52.51 | 97% | 2023-07-01 |
591. | Filip (jagi125) | 52.47 | 96% | 2024-03-04 |
592. | Matt (rodo_) | 52.43 | 94% | 2023-09-18 |
593. | Twilight (twlight_sparkle) | 52.42 | 86% | 2023-06-06 |
594. | zo (zohway) | 52.42 | 95% | 2023-11-16 |
595. | Chals (djchals) | 52.41 | 97% | 2023-08-09 |
596. | cobrasolida (cobrasolida) | 52.38 | 94% | 2023-06-18 |
597. | Alex (atduffaut) | 52.36 | 95% | 2023-08-02 |
598. | NickBwalley (nickbiiy) | 52.31 | 93% | 2023-07-13 |
599. | Larisha (slow_is_smooth_is_... | 52.27 | 93% | 2024-10-25 |
600. | Anna (slewa) | 52.25 | 96% | 2022-06-26 |
601. | Nice (crusherbg) | 52.23 | 93% | 2023-06-03 |
602. | Vrum (vrumvrum56) | 52.11 | 95.9% | 2023-12-01 |
603. | athlan (athlan) | 52.08 | 94% | 2023-07-13 |
604. | Tom (mbappe_07) | 52.06 | 98% | 2024-02-29 |
605. | Johnson (_golden) | 52.04 | 97% | 2023-08-17 |
606. | asburton (asburtongrove) | 52.02 | 95% | 2024-06-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |