Bootcamp Notes – Day 13 (Tues) – Bootstrap: JavaScript Variables: Var, Let, Const

JavaScript Variables: Var, Let, Const In ES6 (the version of JavaScript released in 2015 with major updates, also known as ECMAScript 2015 or ES2015 but most commonly as ES6), two new variable declaration keywords were Previous to this, the…