Variables and constants have been reviewed in this course prior. They allow you to simply setup a symbol name or memory address and target a value stored in memory. However the new version of ES6 or Javascript allows the let symbol. This symbol will respect the scope of a conditional execution context, respecting it's scope and preventing potential errors.
This Javascript tutorial is brought to you by http://www.avelx.co.uk/ - Coding tutorials to help you grow.