#js
Read more stories on Hashnode
Articles with this tag
ECMAScript 2015 or ES2015 is a significant update to the JavaScript programming language. It is the first major update to the language since ES5 which...
Map(), Filter(), Every(), Some(), and Reduce() are your best friends when it comes to processing data in JavaScript. They can help you transform data,...