JavaScript Crash Course; const keyword

JS-const

Welcome to the JavaScript Crash course; const keyword. In this article, we will understand the basics of new ‘const’ keyword in ES6. Important note: This post is the part of ES 6+ crash course / Modern JavaScript Refresher. Please click here to check other articles of the series. The ‘const’ keyword was introduced in Java Script with ES 6, … Read more