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 |
---|---|---|---|---|
523. | mekadi (mekadi) | 54.52 | 96.3% | 2024-12-28 |
524. | Ravi (lamkoti) | 54.50 | 97% | 2023-06-25 |
525. | MingLee (thegreatestho) | 54.48 | 95% | 2020-11-18 |
526. | _Suvam 0_0 ! (qw_slow_typist) | 54.43 | 98% | 2023-09-05 |
527. | Type (type_racer_15) | 54.43 | 96% | 2024-05-04 |
528. | hillhoo (hillhoo) | 54.41 | 98% | 2023-05-25 |
529. | Kevin (oishi_takoyaki) | 54.38 | 95% | 2024-07-20 |
530. | Ronnie (ron141592) | 54.36 | 95% | 2024-08-09 |
531. | Johnny Sins (sins621) | 54.35 | 98% | 2024-12-11 |
532. | countless (stenographe) | 54.34 | 94% | 2024-04-27 |
533. | ruohola (ruohola) | 54.32 | 93% | 2021-10-20 |
534. | Robert (nforcer) | 54.28 | 97% | 2023-06-08 |
535. | Padraig (plawlor16) | 54.26 | 96% | 2023-11-22 |
536. | Doofdoodle (doofdoodle) | 54.24 | 94% | 2024-11-21 |
537. | csati (csati) | 54.21 | 97% | 2021-10-04 |
538. | Zugerujk (zugerujk) | 54.17 | 94% | 2023-06-15 |
539. | Yifei Hu (philliphu) | 54.15 | 98% | 2024-06-20 |
540. | Tim (t1m5x) | 54.13 | 96% | 2023-05-24 |
541. | nilando (nilando) | 54.08 | 97% | 2023-10-03 |
542. | Alessandro F (alessfd) | 54.05 | 95% | 2023-09-15 |
543. | elmomk (elmomk) | 54.03 | 97% | 2023-10-07 |
544. | Weekey (layvth) | 54.02 | 96.6% | 2024-04-23 |
545. | page (phrynesc) | 54.02 | 97% | 2024-05-11 |
546. | Wilfred (wilfredb) | 54.02 | 96% | 2023-09-01 |
547. | (zehm) | 53.99 | 93% | 2023-08-09 |
548. | moo (mcgalaxy) | 53.96 | 95% | 2020-11-30 |
549. | monkescripts (monkescripts) | 53.93 | 98% | 2024-01-11 |
550. | Andrew (tea2024) | 53.92 | 96% | 2024-05-07 |
551. | Elliot (elliot94) | 53.85 | 96% | 2023-12-15 |
552. | kashish (kashishnegi) | 53.82 | 96% | 2024-05-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |