Skip to content

Commit 2e092d8

Browse files
committed
fix conflics
2 parents 4479e4c + 7dbc9a0 commit 2e092d8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed
-79.8 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
|17.md|[前端面试资源汇总](https://github.com/infp/Front-end-Interview)| General|待添加 :smile: |
3030
|18.md|[5个典型的JavaScript面试题(上)](http://web.jobbole.com/80564/)|JavaScript|待添加 :smile:|
3131
|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: |
3236

3337
## 前端面经部分
3438

@@ -43,7 +47,9 @@
4347
|07|[腾讯web前端方向实习笔试准备](http://www.zhihu.com/question/20966351/answer/24401878)|[小爝](http://www.zhihu.com/people/xiao-jue-83)|面经|2014年10月29日|
4448
|08|[精益技术简历之道](http://zh.lucida.me/blog/lean-technical-resume/)|[peng_gong](http://weibo.com/pegong)|简历|2014年11月03日|
4549
|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+
4753

4854
---
4955

前端试题/3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
一般来说会问如下几方面的问题:
1717

1818
* 做过最满意的项目是什么?
19-
A: 没有最满意的项目。。。平板教学网站 积累了很多经验。
2019
* 项目背景
2120
* 为什么要做这件事情?
2221
* 最终达到什么效果?
@@ -33,7 +32,7 @@
3332
* 是否有设计过通用的组件?
3433
* 请设计一个 Dialog(弹出层) / Suggestion(自动完成) / Slider(图片轮播) 等组件
3534
* 你会提供什么接口?
36-
* 调用过程是怎样的?可能会遇到什么细节问题? 没有!
35+
* 调用过程是怎样的?可能会遇到什么细节问题?
3736
* 更细节的问题推荐参考 <https://github.com/darcyclarke/Front-end-Developer-Interview-Questions/>
3837

3938
### 技术相关 - 2 面

前端试题/4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
- [从输入 URL 到页面加载完成的过程中都发生了什么事情?](http://fex.baidu.com/blog/2014/05/what-happen/)
209209
- [从FE的角度上再看输入url后都发生了什么](http://div.io/topic/609)
210210
- [当你输入一个网址,实际会发生什么?](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)
211212
212213
213214

0 commit comments

Comments
 (0)