Réponse

"use strict";

Explication

This should be written in the beginning of a script. Mainly used to make it forbidden to accidentally create variables without using variable keywords (var, let, const)

Question

statement - go into strict mode

Thématique