You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- array.flat(object:table):table
This method returns a new table with all sub-array elements concatenated
into it recursively up.
- array.fill(value, [start], finish):table
Creates a table filling all the elements from a start index (default
one) to and end index with a default value passed by parameter.