Predict the output.
const arr = [1, , 3] const out = arr.map((x) => x * 2) console.log(1 in out, 2 in out)