File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 29
29
| 17.md| [ 前端面试资源汇总] ( https://github.com/infp/Front-end-Interview ) | General| 待添加 :smile : |
30
30
| 18.md| [ 5个典型的JavaScript面试题(上)] ( http://web.jobbole.com/80564/ ) | JavaScript| 待添加 :smile : |
31
31
| 19.md| [ 再来5个JavaScript面试题] ( http://web.jobbole.com/81785/ ) | JavaScript| 待添加 :smile : |
32
+ | 20.md| [ BAT web前端开发方向校招都考些什么?] ( http://www.zhihu.com/question/26188893 ) | General| 待添加 :smile : |
33
+ | 21.md| [ ELE 笔试题] ( https://github.com/sofish/hire ) | General| 待添加 :smile : |
34
+ | 22.md| [ 一些JS题目的解答] ( https://github.com/xufei/blog/blob/master/posts/2013-12-02-%E4%B8%80%E4%BA%9BJS%E9%A2%98%E7%9B%AE%E7%9A%84%E8%A7%A3%E7%AD%94.md ) | JavaScript| 待添加 :smile : |
35
+ | 23.md| [ 最全前端面试问题及答案总结] ( http://segmentfault.com/a/1190000002562454 ) | General| 待添加 :smile : |
32
36
33
37
## 前端面经部分
34
38
43
47
| 07| [ 腾讯web前端方向实习笔试准备] ( http://www.zhihu.com/question/20966351/answer/24401878 ) | [ 小爝] ( http://www.zhihu.com/people/xiao-jue-83 ) 等| 面经| 2014年10月29日|
44
48
| 08| [ 精益技术简历之道] ( http://zh.lucida.me/blog/lean-technical-resume/ ) | [ peng_gong] ( http://weibo.com/pegong ) | 简历| 2014年11月03日|
45
49
| 09| [ 如何在面试中识别一个坏老板] ( http://get.jobdeer.com/6384.get/ ) | [ Heather Huhman] ( https://www.linkedin.com/today/post/article/20140930113457-10999323-how-to-spot-a-bad-boss-during-a-job-interview ) | 面试| 2014年11月17日|
46
- | 10| [ 谈谈面试与面试题] ( https://github.com/wintercn/blog/issues/4 ) | [ wintercn] ( https://github.com/wintercn ) | 面试| 2015年1月9日|
50
+ | 10| [ 谈谈面试与面试题] ( https://github.com/wintercn/blog/issues/4 ) | [ wintercn] ( https://github.com/wintercn ) | 面试| 2015年01月09日|
51
+ | 11| [ 【web前端面试题整理08】说说最近几次面试(水)] ( http://www.cnblogs.com/yexiaochai/p/4366051.html ) | [ 叶小钗] ( http://weibo.com/yiquinian ) | 面试| 2015年03月30日|
52
+
47
53
48
54
---
49
55
Original file line number Diff line number Diff line change 16
16
一般来说会问如下几方面的问题:
17
17
18
18
* 做过最满意的项目是什么?
19
- A: 没有最满意的项目。。。平板教学网站 积累了很多经验。
20
19
* 项目背景
21
20
* 为什么要做这件事情?
22
21
* 最终达到什么效果?
33
32
* 是否有设计过通用的组件?
34
33
* 请设计一个 Dialog(弹出层) / Suggestion(自动完成) / Slider(图片轮播) 等组件
35
34
* 你会提供什么接口?
36
- * 调用过程是怎样的?可能会遇到什么细节问题? 没有!
35
+ * 调用过程是怎样的?可能会遇到什么细节问题?
37
36
* 更细节的问题推荐参考 < https://github.com/darcyclarke/Front-end-Developer-Interview-Questions/ >
38
37
39
38
### 技术相关 - 2 面
Original file line number Diff line number Diff line change 208
208
- [从输入 URL 到页面加载完成的过程中都发生了什么事情?](http://fex.baidu.com/blog/2014/05/what-happen/)
209
209
- [从FE的角度上再看输入url后都发生了什么](http://div.io/topic/609)
210
210
- [当你输入一个网址,实际会发生什么?](http://blog.jobbole.com/33951/)
211
+ - [从输入 URL 到页面加载完的过程中都发生了什么事情 —— 网络优化篇](http://oilbeater.com/%E6%8A%80%E6%9C%AF%E7%9B%B8%E5%85%B3/2014/05/09/from-url-to-webpage.html)
211
212
212
213
213
214
You can’t perform that action at this time.
0 commit comments