Predict the output.
const x = {0:'a', length:1, [Symbol.isConcatSpreadable]: true} console.log([].concat(x).join(''))