#es6
Read more stories on Hashnode
Articles with this tag
We have always used boolean operands up until now when we work with logical operators. In javascript, we can make use of non-boolean values as well...
The spread operator is a new addition to a set of operators in Javascript ES6. It is denoted by three dots and basically unpacks elements of iterable...