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 |
---|---|---|---|---|
570. | Wilfred (wilfredb) | 54.02 | 96% | 2023-09-01 |
571. | (zehm) | 53.99 | 93% | 2023-08-09 |
572. | moo (mcgalaxy) | 53.96 | 95% | 2020-11-30 |
573. | monkescripts (monkescripts) | 53.93 | 98% | 2024-01-11 |
574. | Andrew (tea2024) | 53.92 | 96% | 2024-05-07 |
575. | notpvs (notpvs) | 53.89 | 94% | 2025-04-25 |
576. | Elliot (elliot94) | 53.85 | 96% | 2023-12-15 |
577. | kashish (kashishnegi) | 53.82 | 96% | 2024-05-30 |
578. | Anton (twisted_8) | 53.81 | 97% | 2024-05-25 |
579. | Bottle (bottle_bottle) | 53.80 | 94% | 2024-11-24 |
580. | tstats[ayyaz7] (ayyaz7) | 53.72 | 97% | 2023-08-14 |
581. | JJ (ju_lya) | 53.67 | 96% | 2025-02-21 |
582. | Sun (melliw) | 53.67 | 96% | 2023-05-15 |
583. | HBS (hbs3) | 53.67 | 97% | 2025-04-13 |
584. | Kenny (exodass69) | 53.61 | 93% | 2023-10-30 |
585. | Bryce (bryce_verberne) | 53.61 | 97% | 2023-07-07 |
586. | KeyboardHater3838 (keyboard... | 53.60 | 97% | 2023-09-18 |
587. | Sicao (sicao) | 53.57 | 95% | 2023-06-15 |
588. | William (humanoid_robot) | 53.57 | 96% | 2023-06-08 |
589. | Payton (ze1mex) | 53.44 | 97% | 2024-07-03 |
590. | pogfatherz (pogfatherz) | 53.42 | 95% | 2022-12-30 |
591. | robzinger (robzinger) | 53.42 | 95% | 2025-08-15 |
592. | jugal kishor (jugal_sahu) | 53.37 | 96% | 2023-08-11 |
593. | Ocean (oceanlim) | 53.36 | 95% | 2021-10-12 |
594. | BbqTyper (bbqtyper) | 53.36 | 95% | 2025-04-07 |
595. | Enrique (leon_lion) | 53.35 | 96% | 2024-04-11 |
596. | zazke (zazkegrt) | 53.31 | 96% | 2020-12-07 |
597. | Jak (jjakk) | 53.26 | 96% | 2022-09-27 |
598. | GoKeWhO (gokewho) | 53.25 | 94.4% | 2023-05-22 |
599. | FastAFBOI (fastguy00) | 53.25 | 96% | 2024-07-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |