Race Result Details |
| Racer | katiapimentelcruz (katpc) |
| Race Number | 2 |
| Date | Fri, 19 Sep 2025 16:14:19 |
| Universe | code |
| Speed |
20 WPM
Try to beat?
|
| Accuracy | 91.9% |
| Rank | 5th place (out of 5) |
| Opponents | cris1310 (6th place) iverjoel (3rd place) jhony99 (2nd place) marco_soria (1st 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)
|
