20 Star 192 Fork 30

海之林 / fe-interview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ECMAScript.md 2.91 KB
一键复制 编辑 原始数据 按行查看 历史
海之林 提交于 2019-10-07 19:06 . publish ECMAScript

es6面试题

鼓励PR,持续更新

历史题目

最新:2019.10.05

es6 | es7

es6

console.log(1);
const promise = new Promise((resolve, reject) => {
  console.log(2)
  resolve()
  console.log(3)
})
promise.then(() => {
  console.log(4)
})
console.log(5)

es7

JavaScript
1
https://gitee.com/haizhilin/fe-interview.git
git@gitee.com:haizhilin/fe-interview.git
haizhilin
fe-interview
fe-interview
master

搜索帮助