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 |
---|---|---|---|---|
553. | Adam (adames4) | 53.23 | 96% | 2023-06-09 |
554. | Kyle (kyle5507) | 53.23 | 95% | 2024-11-11 |
555. | Junji (mochi_with_shoyu) | 53.18 | 97% | 2024-09-24 |
556. | silverfish (s1lverfish) | 53.08 | 96% | 2023-06-09 |
557. | M (mostafam) | 53.02 | 98% | 2022-09-11 |
558. | Hu Tao (hu_tao_c6) | 53.01 | 96% | 2024-11-09 |
559. | Adam (adamsyaq) | 52.84 | 99% | 2024-11-01 |
560. | Rus (amortalist) | 52.82 | 97% | 2024-04-18 |
561. | Mach (mach1_speed) | 52.80 | 96% | 2024-01-04 |
562. | JG (j32587) | 52.72 | 95% | 2025-01-10 |
563. | Mag (magnimius) | 52.71 | 94% | 2023-08-25 |
564. | mrtbts (mrtbts) | 52.69 | 93.9% | 2024-09-09 |
565. | Nura (an10nim4ik) | 52.66 | 92% | 2023-05-22 |
566. | Stella (stellarluminant) | 52.65 | 97% | 2018-11-08 |
567. | FurryDaddyLover.TTV (bokmook0) | 52.65 | 94% | 2025-02-24 |
568. | Amit (amitkumariitm) | 52.63 | 97.7% | 2024-12-21 |
569. | Don't give up! (purtrus) | 52.61 | 93% | 2025-04-21 |
570. | zukanoob (zukanoob) | 52.53 | 95% | 2024-11-04 |
571. | avivsq12 (avivsq12) | 52.51 | 97% | 2023-07-01 |
572. | Filip (jagi125) | 52.47 | 96% | 2024-03-04 |
573. | Matt (rodo_) | 52.43 | 94% | 2023-09-18 |
574. | Twilight (twlight_sparkle) | 52.42 | 86% | 2023-06-06 |
575. | zo (zohway) | 52.42 | 95% | 2023-11-16 |
576. | Chals (djchals) | 52.41 | 97% | 2023-08-09 |
577. | Alex (atduffaut) | 52.36 | 95% | 2023-08-02 |
578. | NickBwalley (nickbiiy) | 52.31 | 93% | 2023-07-13 |
579. | Larisha (slow_is_smooth_is_... | 52.27 | 93% | 2024-10-25 |
580. | Anna (slewa) | 52.25 | 96% | 2022-06-26 |
581. | Nice (crusherbg) | 52.23 | 93% | 2023-06-03 |
582. | Vrum (vrumvrum56) | 52.11 | 95.9% | 2023-12-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |