top of page
  • kiytaganceja

Es6-merge-arrays

May 18, 2020 — If you only care about modern browsers, better to use the ES6 spread operator to merge the arrays: const fruits = ['Apple', 'Orange', 'Banana']; ...












es6-merge-arrays


Nov 19, 2020 — Spread syntax became standard in ES6 and allows us to expand an iterable to be used as arguments where zero or more arguments (or ... 939c2ea5af





1 view0 comments
bottom of page