The Rest/Spread Properties in ES2018

JavaScript continued with its enhancements in previous year. ES2018 didn’t bring revolutionary things as ES2015 did, rather some improvements. Some notable changes are: Rest/Spread properties in object literals Updated tagged templates rules Asynchronous Iteration “finally()” method in Promises New RegExp features Let’s talk about the first one today! What are Rest/Spread operators? Three years ago,

Read More