es6 function javascript code example
Example 1: javascript es6
ES6 refers to version 6 of the ECMA Script programming language
It is a major enhancement to the JavaScript language, and adds many more
features intended to make large-scale software development easier.
ECMAScript, or ES6, was published in June 2015.
It was subsequently renamed to ECMAScript 2015.
Example 2: es6 functions
const add = (n1, n2) => n1 + n2