Features of ECMAScript 6 (ES6)
Variable: var (ES5):ย Variable scope is available within the function in which it is declared. let (ES6): let scope works only within the block in which… Read More »Features of ECMAScript 6 (ES6)
Variable: var (ES5):ย Variable scope is available within the function in which it is declared. let (ES6): let scope works only within the block in which… Read More »Features of ECMAScript 6 (ES6)