Race Result Details |
| Racer | Made Daliant (madedaliant) |
| Race Number | 1 |
| Date | Mon, 21 Oct 2024 5:33:46 |
| Universe | code |
| Speed |
34 WPM
Try to beat?
|
| Accuracy | 95.2% |
| Rank | 4th place (out of 22) |
| Opponents | bayukrisna (11th place) cristian_ajus (12th place) dinandwangania (8th place) ida_bagus_cokorda_abimantra1 (1st place) krisred (7th place) ngurahyoga (10th place) surya_2929 (9th 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)
|
