In Coding Basics we mostly used ES5 syntax for simplicity, where ES5 is an older version of JS. In Coding Bootcamp we wish to expose students to the more advanced and modern features of JS seen with ES6. Many companies continue to use ES5 and older syntax depending on when their code was written. ES6 was released in 2015.