'use strict'
↔ Directive Statement to invoke Strict Mode for either entire script or specific function
Strict Mode
opt-in variant of JS with more restrictive Semantic & rules for JS Compiler
Sloppy Mode
(default) non-Strict Mode Semantics for JS Compiler