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 |
---|---|---|---|---|
530. | csati (csati) | 54.21 | 97% | 2021-10-04 |
531. | Zugerujk (zugerujk) | 54.17 | 94% | 2023-06-15 |
532. | Yifei Hu (philliphu) | 54.15 | 98% | 2024-06-20 |
533. | Tim (t1m5x) | 54.13 | 96% | 2023-05-24 |
534. | nilando (nilando) | 54.08 | 97% | 2023-10-03 |
535. | Alessandro F (alessfd) | 54.05 | 95% | 2023-09-15 |
536. | elmomk (elmomk) | 54.03 | 97% | 2023-10-07 |
537. | Weekey (layvth) | 54.02 | 96.6% | 2024-04-23 |
538. | page (phrynesc) | 54.02 | 97% | 2024-05-11 |
539. | Wilfred (wilfredb) | 54.02 | 96% | 2023-09-01 |
540. | (zehm) | 53.99 | 93% | 2023-08-09 |
541. | moo (mcgalaxy) | 53.96 | 95% | 2020-11-30 |
542. | monkescripts (monkescripts) | 53.93 | 98% | 2024-01-11 |
543. | Andrew (tea2024) | 53.92 | 96% | 2024-05-07 |
544. | Elliot (elliot94) | 53.85 | 96% | 2023-12-15 |
545. | kashish (kashishnegi) | 53.82 | 96% | 2024-05-30 |
546. | Anton (twisted_8) | 53.81 | 97% | 2024-05-25 |
547. | Bottle (bottle_bottle) | 53.80 | 94% | 2024-11-24 |
548. | tstats[ayyaz7] (ayyaz7) | 53.72 | 97% | 2023-08-14 |
549. | JJ (ju_lya) | 53.67 | 96% | 2025-02-21 |
550. | Sun (melliw) | 53.67 | 96% | 2023-05-15 |
551. | Kenny (exodass69) | 53.61 | 93% | 2023-10-30 |
552. | Bryce (bryce_verberne) | 53.61 | 97% | 2023-07-07 |
553. | KeyboardHater3838 (keyboard... | 53.60 | 97% | 2023-09-18 |
554. | Sicao (sicao) | 53.57 | 95% | 2023-06-15 |
555. | William (humanoid_robot) | 53.57 | 96% | 2023-06-08 |
556. | Payton (ze1mex) | 53.44 | 97% | 2024-07-03 |
557. | pogfatherz (pogfatherz) | 53.42 | 95% | 2022-12-30 |
558. | jugal kishor (jugal_sahu) | 53.37 | 96% | 2023-08-11 |
559. | Ocean (oceanlim) | 53.36 | 95% | 2021-10-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |