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 |
---|---|---|---|---|
1931. | Enock (enockmutanga01) | 20.82 | 92% | 2023-09-08 |
1932. | CHSR (chsr) | 20.76 | 93% | 2023-06-06 |
1933. | jose (jose_benito) | 20.57 | 94% | 2024-09-16 |
1934. | HAst3 (hast3) | 20.55 | 89% | 2024-07-11 |
1935. | Ernesto (ernesto_123) | 20.54 | 91% | 2023-08-09 |
1936. | Ludger (ludger) | 20.30 | 90.5% | 2023-12-04 |
1937. | Dre (dreahid) | 20.13 | 93% | 2024-08-27 |
1938. | lluis (lluissuros) | 20.03 | 91.1% | 2024-01-17 |
1939. | New racer (protostarx) | 20.01 | 93% | 2024-04-27 |
1940. | Md (imti_23) | 19.98 | 94% | 2023-06-20 |
1941. | drialo (drialo) | 19.84 | 96% | 2024-10-04 |
1942. | Alif Sha (typerzzz7) | 19.82 | 96% | 2023-06-15 |
1943. | love (love1123) | 19.75 | 96% | 2023-06-06 |
1944. | t yszm (closets) | 19.66 | 93% | 2023-10-01 |
1945. | Yaaaaasmine (yasmin09) | 19.52 | 95% | 2024-05-02 |
1946. | Priyanka (priyanka8650) | 19.40 | 97% | 2024-06-02 |
1947. | yash dhanraj (yashdhanraj) | 19.39 | 91% | 2024-03-03 |
1948. | Vinne (vinneruch) | 19.38 | 92% | 2024-07-05 |
1949. | Ahmad (ahmadreza22) | 19.34 | 90% | 2023-10-20 |
1950. | Thikshan (thikshan) | 19.18 | 96% | 2023-08-08 |
1951. | nine999 (nine99999) | 19.10 | 94.2% | 2024-05-31 |
1952. | tstats[kevinsmemory] (kevin... | 19.05 | 89% | 2023-12-18 |
1953. | bentor TOA (gorengikan) | 19.02 | 90% | 2025-01-15 |
1954. | Aslam (hasnu) | 18.96 | 93% | 2023-07-09 |
1955. | fidap (fidap) | 18.74 | 93% | 2025-05-21 |
1956. | Sakil Molla (sak909) | 18.65 | 97% | 2023-08-07 |
1957. | 2411 (khew123) | 18.61 | 91% | 2025-01-15 |
1958. | Girish (girish_heree) | 18.47 | 90% | 2024-06-27 |
1959. | Fabiola Diaz Puma (fabiolad... | 18.45 | 95% | 2024-09-16 |
1960. | Abdullah (abdullah011) | 18.37 | 92% | 2025-05-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |