We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7743469 + 509c0e0 commit 10d2b73Copy full SHA for 10d2b73
1 file changed
1-js/02-first-steps/16-javascript-specials/article.md
@@ -57,7 +57,7 @@ To fully enable all features of modern JavaScript, we should start scripts with
57
58
The directive must be at the top of a script or at the beginning of a function.
59
60
-Without `"use strict"`, everything still works, but some features behave in old-fasion, "compatible" way. We'd generally prefer the modern behavior.
+Without `"use strict"`, everything still works, but some features behave in old-fashion, "compatible" way. We'd generally prefer the modern behavior.
61
62
Some modern features of the language (like classes that we'll study in the future) enable strict mode implicitly.
63
0 commit comments