let and const. var (not Var), is like let, but for the old browsers that support it. Today, in 2024, the new browsers (Chrome, Safari...) support let instead of var pioldevofficial
let and const. var (not Var), is like let, but for the old browsers that support it. Today, in 2024, the new browsers (Chrome, Safari...) support let instead of var