tao
Results
1
comments of
tao
``` const arr = [[1, 3, 13, 1, 14], [2, 3, 4, 5], [6, 6, 7, 8, [10, 11, 21, [14]]]]; function flatArr(arr, nodelist = []) { return arr.reduce((total, item)...