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 |
---|---|---|---|---|
613. | Anush Rao (anushrao) | 51.74 | 96% | 2023-06-23 |
614. | Sourish (sourish1997) | 51.71 | 97% | 2024-03-24 |
615. | Free Palestine (anas150khan) | 51.71 | 98% | 2024-09-30 |
616. | Uno (unoppa) | 51.68 | 96% | 2023-08-11 |
617. | nabin (nenwew) | 51.64 | 95% | 2023-07-25 |
618. | Shiji (sandevistan) | 51.61 | 98% | 2024-10-11 |
619. | imjustasexyboy (imjustasexy... | 51.57 | 95% | 2024-08-13 |
620. | Maths (maths100) | 51.57 | 92% | 2025-02-21 |
621. | yan (imraaann_) | 51.55 | 96% | 2024-02-06 |
622. | mh10 (hmo_10) | 51.52 | 94% | 2023-11-27 |
623. | pomgie (achan66) | 51.46 | 95% | 2022-09-13 |
624. | ehahaha (ehahaha) | 51.46 | 98% | 2024-02-01 |
625. | MrTanmaster (mrtanmaster) | 51.46 | 97% | 2024-08-13 |
626. | yay (vfctyrant) | 51.45 | 97% | 2019-08-08 |
627. | sdr4wkc48 (sdr4wkc48) | 51.41 | 96% | 2023-02-13 |
628. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 51.30 | 97% | 2024-01-29 |
629. | Jack (bob_12345) | 51.26 | 97% | 2023-07-04 |
630. | Bpandu (bpandu) | 51.24 | 94% | 2024-06-08 |
631. | Stefan (zamfigod) | 51.20 | 96% | 2023-06-10 |
632. | martin (tredecies) | 51.18 | 95% | 2019-05-03 |
633. | Khing (khairo_j1) | 51.17 | 98% | 2023-06-02 |
634. | oxenfurt (oxenfurt) | 51.14 | 97% | 2023-06-29 |
635. | Fabian (fabiangomez) | 51.13 | 94% | 2023-06-01 |
636. | joel (palmfruit380) | 51.09 | 96% | 2023-06-30 |
637. | xinyi (xyliew) | 51.09 | 97% | 2024-05-04 |
638. | Dizzi (dizzitypes) | 51.07 | 92% | 2021-08-21 |
639. | Sina (sinatesting) | 51.03 | 95% | 2024-12-13 |
640. | Celian (celianr) | 50.96 | 96% | 2024-12-04 |
641. | ViktorT (vitr_88) | 50.93 | 97% | 2024-05-21 |
642. | endi (endi270) | 50.91 | 95% | 2023-12-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |