Friday, June 11, 2021

use of strict

 The purpose of "use strict" is to indicate that the code should be executed in "strict mode".

With strict mode, you can not, for example, use undeclared variables.

Followers

Link