Race Result Details |
| Racer | retired, for now ᐢ.‸.ᐢ (cloudjumper) |
| Race Number | 279 |
| Date | Tue, 9 Apr 2024 4:11:44 |
| Universe | code |
| Speed |
93 WPM
Try to beat?
|
| Accuracy | 98.4% |
| Rank | 1st place (out of 3) |
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)
|
