Scope of variable declared using const in javascript
javascript
Samuel
(Samuel T)
March 23, 2020, 9:53am
#1
What is the scope of the variable declared with const datatype?
ex : const a=30;