JavaScript Use Strict

Strict mode is declared by adding keyword (use strict) to the beginning of a script or a function.

Code :