generatorgenerator 了解吗
ES5ES5 继承和 ES6ES6 继承的区别
ES6ES6 中的继承有什么好处
箭头函数能不能做构造函数,为什么
nullnull 和 undefinedundefined 区别
typeoftypeof 和 instanceofinstanceof 区别
instanceofinstanceof 的原理和弊端
es6es6 中 mapmap 和 setset 方法有什么不同?
null > 0, null < 0, null >= 0, null <= 0, null == 0 分别输出什么?
jsjs 的类型转换
prototypeprototype 是啥,什么是原型,什么是实例原型,说说你的理解
jsjs 为什么不支持多继承
异步操作你知道哪些?PromisePromise 中回调函数是同步的还是异步的?thenthen 的链式调用是同步的还是异步的?
jsjs 事件循环过程是什么样的?它为什么会分为宏任务和微任务?
blockblock、inlineinline 和 inline-blockinline−block 的元素有什么差别
display:flex 下水平垂直居中怎么实现
flex: 1 和 flex: 0.1 各会呈现什么样的状态
弹性布局,说说你常用的属性
实现两栏布局,左边固定右边自适应
实现两栏布局,左右固定,设置两栏分别居于屏幕左右两侧
给一个图片,只知道 urlurl,实现图片铺满和