ES6 – Spread operator in functions

Hi, the spread operator is part of ES6 and is represented by “…” token, spread operator splits an iterable object into individual values. First let me define an “iterable“: is an object that contains a group of values and this implements a ES6 iterable protocol that let us to go through every value, for example: … Continue reading ES6 – Spread operator in functions