Spread
Operator
ES6
[Link]
Cloning Arrays
Use the spread operator (...) to clone
arrays effortlessly.
Perfect for creating a copy without
modifying the original.
Concatenating
Arrays
Easily concatenate arrays with the
spread operator.
Don’t use concat method anymore to
join arrays,
Extending the
Objects
Extend the power to objects by merging
object properties effortlessly.
Avoid convoluted code with
[Link].
DynamicFunction
Arguments
Pass dynamic arguments to functions
with ease.
Avoid the limitations of ‘apply ’and
‘arguments’.
Keep Exploring
Javascript
with us!
Share this with a friend who needs it and
make sure to practice these in scribbler.
[Link]
Free and Open Interface to
experiment JavaScript