Skip to content

Commit 509c0e0

Browse files
author
Matt "Bacon" Fellenz
authored
Update article.md
1 parent dd88ae4 commit 509c0e0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-javascript-specials

1 file changed

+1
-1
lines changed

1-js/02-first-steps/16-javascript-specials/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To fully enable all features of modern JavaScript, we should start scripts with
5757

5858
The directive must be at the top of a script or at the beginning of a function.
5959

60-
Without `"use strict"`, everything still works, but some features behave in old-fasion, "compatible" way. We'd generally prefer the modern behavior.
60+
Without `"use strict"`, everything still works, but some features behave in old-fashion, "compatible" way. We'd generally prefer the modern behavior.
6161

6262
Some modern features of the language (like classes that we'll study in the future) enable strict mode implicitly.
6363

0 commit comments

Comments
 (0)