shenghy / my-blog

我的博客系统
22 stars 8 forks source link

[Vssue]es6 #7

Open shenghy opened 5 years ago

shenghy commented 5 years ago

http://new.jspang.com/posts/2019/01/20/es6.html

cnrnews commented 5 years ago

学习ing

1226151667 commented 5 years ago

我学这个ES6之前是要先学ES5吗,还是可以直接学这个?

chen1366142688 commented 5 years ago

学习了

yepengmk commented 5 years ago

感谢,jspang的教程都很接地气的感觉

wuxiaobin1995 commented 5 years ago

支持

TigerHee commented 5 years ago

个人总结的一些js小技巧,一起学习进步:https://github.com/TigerHee/shareJS

orange-eat-watermelon commented 5 years ago

Array.of()不能完全代替eval(),比如转换这种“[1,2,3]”

17307149504 commented 5 years ago

模块化export x as a,y as b 那里好像反了,我听课的时候运行,应该是 a as x,b as y ,在index.js 文件里面import{x,y,z} ,不知道是不是错了?

yumi55 commented 5 years ago

可以补充 async 和 Iterator 吗