x
You solved the puzzle!
There's a new one coming soon 😉
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
function ()
function (b) =>
(b) =>
(c) =>
function ()
[a, b, c]
a,b,c
function (c) =>
CHECK