标签:运行 class window 函数声明 重复 内存地址 属性 const let和const
es6声明变量的6中方法:var function let const import class
let和const相同部分:
let:
块级作用域与函数声明
const:
顶层对象:
global对象:
标签:运行 class window 函数声明 重复 内存地址 属性 const let和const
原文地址:https://www.cnblogs.com/feng-xl/p/10288966.html