Understanding the Spread and Rest syntax in Javascript

added by JavaScript Kicks
12/28/2018 9:00:25 AM

1180 Views

The introduction of ES6 has been a delight to several javascript developers as it unlocks several features that make it easier to do complex computations. This article focuses on two of such features which are: the three dots syntax.


0 comments