Easy

Which of the following snippets correctly flattens the array [[1, 2], [3, 4], [5]] into a single-level array [1, 2, 3, 4, 5]?

Choose an option below