Skip to content
New issue

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

Day152:for..in 和 Object.keys 的区别 #966

Open
Genzhen opened this issue Oct 9, 2020 · 1 comment
Open

Day152:for..in 和 Object.keys 的区别 #966

Genzhen opened this issue Oct 9, 2020 · 1 comment
Labels
JavaScript teach_tag 酷家乐 company

Comments

@Genzhen
Copy link
Collaborator

Genzhen commented Oct 9, 2020

每日一题会在下午四点在交流群集中讨论,五点小程序中更新答案
二维码加载失败可点击 小程序二维码

扫描下方二维码,收藏关注,及时获取答案以及详细解析,同时可解锁800+道前端面试题。

@Genzhen Genzhen added JavaScript teach_tag 酷家乐 company labels Oct 9, 2020
@836334258
Copy link

for..in 会便利对象和对象原型链中的可枚举属性
Object.keys 只会遍历对象可枚举属性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScript teach_tag 酷家乐 company
Projects
None yet
Development

No branches or pull requests

2 participants