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

JavaScript 丨 常用几种数据类型 #7

Closed
wangjianuo opened this issue Jun 19, 2019 · 0 comments
Closed

JavaScript 丨 常用几种数据类型 #7

wangjianuo opened this issue Jun 19, 2019 · 0 comments

Comments

@wangjianuo
Copy link
Owner

基本数据类型(值类型):string, boolean, number ----> 栈中存储;

复杂数据类型(引用类型):object -----> 对象在堆上存储;地址在栈中存储;

空数据类型: undefined, null

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