JS面试题积累

http://www.ruanyifeng.com/blog/javascript/ ---阮一峰大神

一、CSS + html

1、 定位
2、 canvas
3、box-sizing http://www.jianshu.com/p/e2eb0d8c9de6
4、bfc http://www.jianshu.com/p/76484dff1cb5
5、css选择器 http://www.jianshu.com/p/dd1f9b18a0b9

二、js

1、事件循环(EventLoop)

  • promise
  • async
  • 闭包
  • 箭头函数
  • es6d的一些必须点http://www.infoq.com/cn/articles/es6-in-depth-template-string

三、react

  • 基本概念

四、redux

  • r阮一峰写的那三篇文章

五、graphql

  • 基本原理和React-apolo
  • graphql和restful的对比http://www.jianshu.com/p/2ad286397f7a?open_source=weibo_search

六、node

1、 nnode的优势
2、 https://github.com/ruanyf/jstraining/blob/master/docs/node.md
3、node ;express; koa之间的对比http://ourjs.com/detail/5490db1c8a34fa320400000e

七、express

  • 基本内容http://blog.csdn.net/sophie_u/article/details/53002792

八、koa

  • 与express相比的优势
  • http://www.ruanyifeng.com/blog/2017/08/koa.html

九、mongodb

  • 主要特点
  • Mongoes的主要APIhttp://www.cnblogs.com/winyh/p/6682039.html

十、.react-routehttp://blog.csdn.net/liningaa/article/details/52790683

你可能感兴趣的:(JS面试题积累)