You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oneline: "Assicura che "use strict" sia sempre inserito all'inizio del file"
4
+
---
5
+
6
+
Assicura che i tuoi file sono analizzati con la modalità ECMAScript rigoroso, ed emette ''use strict'' per ogni file sorgente.
7
+
8
+
La modalità [ECMAScript rigoroso](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Strict_mode) è stata introdotta in ES5 e fornisce modifiche al comportamento runtime del JavaScript engine per migliorare le prestazioni e generare una serie di errori invece d'ignorarli silenziosamente.
0 commit comments