We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
范围比较大,很适合用来快速打开话题。
The text was updated successfully, but these errors were encountered:
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode
Sorry, something went wrong.
@zhangolve 严格模式(strict mode)对JS的类型系统基本没有影响。
严格模式
strict mode
类型系统的修改会引起很大的兼容性问题,而ES5引入的特性基本都是在原来基础上兼容的。
===和==是ES5之前就有的特性,和严格模式没有关系。
===
==
@aladdin-add 学习了,这一块还真没太多了解,也没看二楼链接,就假设自己在面试吧,直接写上了。
No branches or pull requests
The text was updated successfully, but these errors were encountered: