Javascript Tutorial | Var, Const & Let ES6 | Ep29

Опубликовано: 15 Август 2017
на канале: Programming With Avelx
1,216
40

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.