Searched refs:arrayWithEmptyArrays (Results 1 – 1 of 1) sorted by relevance
1450 const arrayWithEmptyArrays = [1, [], [2, 3], [], 4]; variable1451 print(arrayWithEmptyArrays.flatMap(x => x));