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 |
---|---|---|---|---|
535. | silverfish (s1lverfish) | 53.08 | 96% | 2023-06-09 |
536. | M (mostafam) | 53.02 | 98% | 2022-09-11 |
537. | Hu Tao (hu_tao_c6) | 53.01 | 96% | 2024-11-09 |
538. | Adam (adamsyaq) | 52.84 | 99% | 2024-11-01 |
539. | Rus (amortalist) | 52.82 | 97% | 2024-04-18 |
540. | Mach (mach1_speed) | 52.80 | 96% | 2024-01-04 |
541. | JG (j32587) | 52.72 | 95% | 2025-01-10 |
542. | Mag (magnimius) | 52.71 | 94% | 2023-08-25 |
543. | mrtbts (mrtbts) | 52.69 | 93.9% | 2024-09-09 |
544. | Nura (an10nim4ik) | 52.66 | 92% | 2023-05-22 |
545. | Stella (stellarluminant) | 52.65 | 97% | 2018-11-08 |
546. | FurryDaddyLover.TTV (bokmook0) | 52.65 | 94% | 2025-02-24 |
547. | Amit (amitkumariitm) | 52.63 | 97.7% | 2024-12-21 |
548. | zukanoob (zukanoob) | 52.53 | 95% | 2024-11-04 |
549. | avivsq12 (avivsq12) | 52.51 | 97% | 2023-07-01 |
550. | Filip (jagi125) | 52.47 | 96% | 2024-03-04 |
551. | Matt (rodo_) | 52.43 | 94% | 2023-09-18 |
552. | Twilight (twlight_sparkle) | 52.42 | 86% | 2023-06-06 |
553. | zo (zohway) | 52.42 | 95% | 2023-11-16 |
554. | Chals (djchals) | 52.41 | 97% | 2023-08-09 |
555. | Alex (atduffaut) | 52.36 | 95% | 2023-08-02 |
556. | NickBwalley (nickbiiy) | 52.31 | 93% | 2023-07-13 |
557. | Larisha (slow_is_smooth_is_... | 52.27 | 93% | 2024-10-25 |
558. | Anna (slewa) | 52.25 | 96% | 2022-06-26 |
559. | Nice (crusherbg) | 52.23 | 93% | 2023-06-03 |
560. | Vrum (vrumvrum56) | 52.11 | 95.9% | 2023-12-01 |
561. | athlan (athlan) | 52.08 | 94% | 2023-07-13 |
562. | Tom (mbappe_07) | 52.06 | 98% | 2024-02-29 |
563. | Johnson (_golden) | 52.04 | 97% | 2023-08-17 |
564. | asburton (asburtongrove) | 52.02 | 95% | 2024-06-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |