Race Result Details |
| Racer | Surya (surya_2929) |
| Race Number | 1 |
| Date | Mon, 21 Oct 2024 5:34:14 |
| Universe | code |
| Speed |
27 WPM
Try to beat?
|
| Accuracy | 94.2% |
| Rank | 9th place (out of 22) |
| Opponents | bayukrisna (11th place) cristian_ajus (12th place) dinandwangania (8th place) ida_bagus_cokorda_abimantra1 (1st place) krisred (7th place) madedaliant (4th place) ngurahyoga (10th place) sutha_raditya (2nd place) wiradarma (3rd 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)
|
