Race Result Details |
| Racer | Armando (jos3ar) |
| Race Number | 6 |
| Date | Mon, 16 Sep 2024 2:34:12 |
| Universe | code |
| Speed |
27 WPM
Try to beat?
|
| Accuracy | 90.7% |
| Rank | 2nd place (out of 14) |
| Opponents | fabioladiaz (7th place) jose_benito (6th place) karol_mm (3rd place) mau_r_123 (4th place) |
Text typed:
|
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.'; } }
— (other)
by http://www.javascriptbook.com
(see stats)
|
