Race Result Details |
| Racer | Fabiola Diaz Puma (fabioladiaz) |
| Race Number | 1 |
| Date | Mon, 16 Sep 2024 2:35:09 |
| Universe | code |
| Speed |
18 WPM
Try to beat?
|
| Accuracy | 95.3% |
| Rank | 7th place (out of 14) |
| Opponents | jos3ar (2nd 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)
|
