ES6 – Spread operator in Arrays

Hi, the spread operator is part of ES6 and is represented by “…” token, spread operator splits an iterable object into individual values. We can use Spread operator to make Array values a part of another Array. If we have an Array with values and we want to insert those values into another Array then … Continue reading ES6 – Spread operator in Arrays