August 6th, 2024
What's missing in this code?
// assembleArray(1)(2)(3); -> [1, 2, 3]
function assembleArray(a)
return
return
return
;
};
};
}
Type or select from these options