mdn flat(infinity) code example Example: flatten nested array javascript Click to copyconst arr2 = [1, 2, [3, 4, [5, 6]]]; arr2.flat();