Skip to content

Commit

Permalink
docs(oop/strict): fixed #265
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Jan 3, 2024
1 parent 4f58c96 commit 35bbedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oop/strict.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- 明确禁止一些不合理、不严谨的语法,减少 JavaScript 语言的一些怪异行为。
- 增加更多报错的场合,消除代码运行的一些不安全之处,保证代码运行的安全。
- 提高编译器效率,增加运行速度
- 提高编译器效率,提升运行速度
- 为未来新版本的 JavaScript 语法做好铺垫。

总之,严格模式体现了 JavaScript 更合理、更安全、更严谨的发展方向。
Expand Down

0 comments on commit 35bbedb

Please sign in to comment.