The 'use strict' is a new ECMAScript version 5 directive. It’s a literal expression, not a statement, ignored by previous JavaScript versions. It is purposed to indicate that the code should be executed in the "strict mode."

BY Best Interview Question ON 20 Jun 2020