oqueeh
.net
All topics
>
JavaScript
Declaring variables with var, let and const in JavaScript
var
: function scope variable
let
: block scope variable
const
: block scope constants