In this post, I’ll introduce let and const, two new keywords added to JavaScript with the arrival of ES6, this will enable to define block-scope variable in JS. before explaining about Let and Const, let’s
ES6 -Let And Const
In this post, I’ll introduce let and const, two new keywords added to JavaScript with the arrival of ES6, this will enable to define block-scope variable in JS. before explaining about Let and Const, let’s