Race Result Details |
| Racer | iver (iverjoel) |
| Race Number | 17 |
| Date | Fri, 19 Sep 2025 16:13:40 |
| Universe | code |
| Speed |
26 WPM
Try to beat?
|
| Accuracy | 90.3% |
| Rank | 3rd place (out of 5) |
| Opponents | cris1310 (6th place) jhony99 (2nd place) katpc (5th 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)
|
