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 |
---|---|---|---|---|
1450. | Dr.Braig (drbraig) | 30.48 | 90% | 2024-07-29 |
1451. | Quasar (quasar0406) | 30.47 | 94% | 2023-12-03 |
1452. | TOTOY ABNOY (tarubb) | 30.47 | 94% | 2024-06-18 |
1453. | Ryan (godawesome) | 30.46 | 95% | 2023-08-18 |
1454. | Rayhan (chaosm26) | 30.45 | 93% | 2023-06-29 |
1455. | JawsUnleashed (rensdcs) | 30.42 | 100% | 2020-12-04 |
1456. | MACR(india) (macrforever67) | 30.40 | 95% | 2024-06-11 |
1457. | Laith (_laith_) | 30.40 | 95.9% | 2023-12-14 |
1458. | ELI (vinkz) | 30.30 | 93% | 2023-10-17 |
1459. | Arthur (99guest99) | 30.30 | 94% | 2023-11-19 |
1460. | Vchops (vchops) | 30.30 | 92% | 2023-07-07 |
1461. | Abhinav (typingcompany) | 30.27 | 95% | 2023-06-03 |
1462. | Arnold (arnoldaguila04) | 30.25 | 92% | 2023-09-15 |
1463. | bang chan luvr (neotech_209) | 30.22 | 91% | 2023-06-12 |
1464. | macintosh (puppy23) | 30.22 | 93% | 2023-05-27 |
1465. | Anonymous (secret_codes) | 30.21 | 97% | 2018-10-06 |
1466. | Mesut (nurudianto) | 30.16 | 96% | 2019-07-25 |
1467. | wkn1 (wkn1) | 30.13 | 92% | 2024-11-22 |
1468. | Laura (fore_14) | 30.13 | 93% | 2024-06-20 |
1469. | Kevin (kevin_31) | 30.08 | 91.8% | 2024-04-19 |
1470. | Hansen (hansentanio33) | 30.02 | 91% | 2023-08-08 |
1471. | Raj (raj31415) | 29.97 | 91% | 2023-09-29 |
1472. | Vagg (vaggy) | 29.92 | 91% | 2020-11-25 |
1473. | Mokhtar (mukhktar) | 29.91 | 92% | 2024-04-28 |
1474. | mamser (mamser01) | 29.89 | 92% | 2023-07-10 |
1475. | yassin (yassin_tafouzert) | 29.86 | 92% | 2025-01-28 |
1476. | mathijs7777 (mathijs7777) | 29.85 | 95% | 2024-04-26 |
1477. | Legion (rahul748) | 29.80 | 98.3% | 2025-02-24 |
1478. | Sohil (ozwizardd) | 29.77 | 92% | 2024-07-04 |
1479. | turbee6 (turbee6) | 29.76 | 94% | 2024-04-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |