ECMAScript 6 - Spread Syntax
In this video I explain how you can use the spread syntax in Ecmascript 6 to pass arrays into functions, other arrays, and anywhere else that expects rest parameters.
For code in this video please check out the following git repository:-
https://github.com/lyraddigital/ecmas...
You can follow me on twitter at: / dduckmanton82
You can also follow my business account at: / lyraddigital
You can also follow my business account on Facebook at: / lyraddigital
Lastly you can support on Patreon at:- https://www.patreon.com/user?u=5536390
I publish an article every now and then on LinkedIn as well. So connect with me on LinkedIn at: / daryl-duckmanton-4478a14a
Watch all my other videos in this series:-
Part 1 - Installing Node and NPM: • Node.JS - Installing Node and NPM
Part 2 - What is Node JS?: • Node.JS - What is Node.JS?
Part 3 - ECMAScript5 Strict Mode: • ECMAScript 5 - Strict Mode
Part 4 - ECMAScript5 - Getters And Setters: • ECMAScript 5 - Getters And Setters
Part 5 - ECMAScript5 - Object.create and Property Descriptors: • ECMAScript 5 - Object.create and Prop...
Part 6 - ECMAScript5 - Object Extensibility: • ECMAScript 5 - Object Extensibility
Part 7 - ECMAScript5 - Sealing Objects: • ECMAScript 5 - Sealing Objects
Part 8 - ECMAScript 5 - Freezing Objects: • ECMAScript 5 - Freezing Objects
Part 9 - ECMAScript5 - isArray, indexOf and lastIndexOf: • ECMAScript 5 - isArray, indexOf and l...
Part 10 - ECMAScript 5 - Every, Sum and ForEach: • ECMAScript 5 - Every, Sum and ForEach
Part 11 - ECMAScript 5 - Map and Filter: • ECMAScript 5 - Map and Filter
Part 12 - ECMAScript 5 - Reduce and ReduceRight: • ECMAScript 5 - Reduce and ReduceRight
Part 13 - ECMAScript 5 - Sorting: • ECMAScript 5 - Sorting
Part 14 - ECMAScript 6 - Default Parameters: • ECMAScript 6 - Default Parameters
Part 15 - ECMAScript 6 - Default Parameters Continued: • ECMAScript 6 - Default Parameters
Part 16 - ECMAScript 6 - Rest Parameters: • ECMAScript 6 - Rest Parameters