tutorial.eyehunts.com
JavaScript const variable | Code
You can define a const variable using the const keyword in JavaScript. In the same way, you declare variables with let and var.
Rohit