Modern JavaScript Videos
About Lesson

In this lesson we want to learn about JavaScript Spread Operator, The spread operator is another feature introduced in ECMAScript 6 (ES6) that is used to spread an iterable object such as an array or string into individual elements. In JavaScript, spread operator is also denoted by the ellipsis (...) and can be used in a variety of contexts.

Join the conversation