What is the main purpose of the 'use strict' directive in JavaScript?
Enable stricter error checking
Define a namespace
Enhance code performance
Disable debugging

Programming Languages Exercises are loading ...