Skip to content

Instantly share code, notes, and snippets.

View zhaoda's full-sized avatar
🏆
Focusing

赵达 zhaoda

🏆
Focusing
View GitHub Profile
@zhaoda
zhaoda / es6-new-features.md
Created July 16, 2014 09:15
ES6新特性

考察对ES6的掌握程度,说的越多越好,只要说出下面的一些关键词就行。

  1. 语法糖
  2. 解构
  3. Let和Const
  4. For-Of
  5. 箭头函数 =>
  6. 延伸操作符
  7. 剩余变量
  8. 默认参数
@zhaoda
zhaoda / examination.md
Created July 16, 2014 09:24
前端校招试题
  1. 如何获取网页大小 https://gist.github.com/zhaoda/202b1ab8257f711f5e98
  2. 如何获取网页元素的绝对位置 https://gist.github.com/zhaoda/3e9bf51412a93ddeb1cd
  3. 如何获取网页元素的相对位置 https://gist.github.com/zhaoda/e172bc92b877ad2f45ae
  4. ajax如何实现跨域请求 https://gist.github.com/zhaoda/4537afedfad411daaf5c
  5. 简述浏览器事件模型 https://gist.github.com/zhaoda/4b0322225fee53eea55d
  6. 用CSS3完成一个实例的布局 https://gist.github.com/zhaoda/5e77a07876787493ba44
  7. 至少写出5个ES5中Array增加的新方法 https://gist.github.com/zhaoda/d312b71e6e9bd71a2f10
  8. 简述ES6增加的新特性 https://gist.github.com/zhaoda/fa60330d881b7afd56d9