1. constructor
  2. type of
  3. prototype.toDtring
  4. instance of
  5. 组合式继承
  6. offset
  7. client
  8. scorll
  9. generator 生成器
  10. 迭代器
  11. for of 循环
  12. 单线程,同步异步编程
  13. 引用类型,是堆内存
  14. symbol() 创建的值是唯一的
  15. valueOf() 原始值
  16. hasOwnProperty(key)
  17. 函数,正则,Date JSON.stringify() 都会变成 '{}'
  18. Date 会变成字符串
  19. new Object()
  20. new obj.constructor

惰性函数


柯里化函数


高阶函数


构造函数

class