Commit Graph

2 Commits

Author SHA1 Message Date
bef132dadd Fix error
const combined = [...arr1, arr2] would result in [ 1, 2, 3, [ 4, 5, 6 ] ]
2022-07-31 18:37:27 +03:00
fe5a0eae07 Add spread operator tricks 2022-03-23 12:40:38 +02:00