dwyl / learn-javascript

A Series of Simple Steps in JavaScript :-)
Other
64 stars 15 forks source link

ES7 Spread Syntax (should we be using it before its a standard...?) #7

Open nelsonic opened 8 years ago

nelsonic commented 8 years ago

Its fairly simple to understand and simplifies certain cases... https://github.com/sebmarkbage/ecmascript-rest-spread but should we be using it?