let heroes = [ ['Superman', 'Batman', 'Wonderwoman'], ['Spiderman', 'Iron Man', 'Hulk'] ] console.log(heroes.flat());