Differences Between var, let and const. javascript Differences Between var, let and const. codeflare November 2, 2020 Var Declaration Before the introduction of ES6 in 2015, var was the go-to way to declare variables... Read More Read more about Differences Between var, let and const.