The difference between Var, Let and Const in JavaScript
Since the creation of Javascript in 1995, It has been the most widely used website language to add functionalities and customizations to a website. Over the years, As modernization and Technology grow; there has been the need to standardize the JavaS...
iamkenny.hashnode.dev2 min read
Kanish Malviya
--
Variables defined with const cannot be reassigned.