随笔分类 -  es6

摘要:基本数据类型 -> 栈 string number boolean null undefined Symbol(es6) 引用数据类型 -> 堆 array object function data Set(es6) Map(es6) Set是es6中新的引用数据类型,类似于数组,但是成员是唯一的 阅读全文
posted @ 2020-05-26 16:55 菜鸟婷婷 阅读(1373) 评论(0) 推荐(0)