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

创建一个纯的空对象 —— Object.create #92

Open
lovelmh13 opened this issue Jun 28, 2021 · 0 comments
Open

创建一个纯的空对象 —— Object.create #92

lovelmh13 opened this issue Jun 28, 2021 · 0 comments

Comments

@lovelmh13
Copy link
Owner

var a = Object.create(null) // 纯的空对象

// 以字面创建的对象,等效于:
var a = {}
var a = Object.create(Object.prototype)
@lovelmh13 lovelmh13 changed the title 创建一个纯的空对象 创建一个纯的空对象 —— Object.create Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant