Skip to content

Commit b9cb3c0

Browse files
committed
wip
1 parent 66e1083 commit b9cb3c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

1-js/02-first-steps/03-strict-mode/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# The modern mode, "use strict"
1+
# Müasir mod, "use strict"
22

33
For a long time, JavaScript evolved without compatibility issues. New features were added to the language while old functionality didn't change.
44

5+
56
That had the benefit of never breaking existing code. But the downside was that any mistake or an imperfect decision made by JavaScript's creators got stuck in the language forever.
67

78
This was the case until 2009 when ECMAScript 5 (ES5) appeared. It added new features to the language and modified some of the existing ones. To keep the old code working, most such modifications are off by default. You need to explicitly enable them with a special directive: `"use strict"`.

0 commit comments

Comments
 (0)