JavaScript in 2013
Syntax
  1. let variable1 = value1
which is restricted to block in which is declared.
  1. const Constant1=value1
This value cannot be changed.