ES6 #2. Spread and Rest Operators

New operator  ...  was introduced in ES6 . Depending on the context it is called the Spread or the Rest operator. This operator provides a cleaner syntax when you are dealing with …