JavaScript Let

In JavaScript, Variables defined with let must be Declared before use. Variables defined with let cannot be Redeclared.

Code :