Loading...

Tag: arrow function in js

What is New in ES6

ES (ECMAScript) is the official name of JavaScript. ES6 was released in June 2015, which is stated as the sixth edition of the language. It is also known as ECMAScript [ … ]

Different Ways to Define a Function in JavaScript

A function is piece of code or group of statements that performs a particular task. The code within a function gets executed only when it is referenced or called. For [ … ]