js flatten nesed map code example Example: flatten nested array javascript const arr2 = [1, 2, [3, 4, [5, 6]]]; arr2.flat();