'use strict'
Term side of the Card
Topic: Basics
Unit title: 'use strict'
Categories: Directive
Explanation side of the Card
Explanation: The directive that enforces stricter parsing and error handling. It helps catch common coding errors and prevents the use of certain unsafe features. It can be applied globally or within individual functions. Introduced in ECMAScript 5 to improve code quality and enforce a safer coding environment by disallowing certain problematic language features.