Why do we still need to use the quoted string literal to include strict
in JS? Of course, here one could use something stronger “typed”, for example, call a built-in function, for example, Object.UseStrict()
or something like that. What is the reason for having to resort to a string literal?
Profk source share