Skip to content

Commit c596d5c

Browse files
committed
feat 117
1 parent 4aaa47a commit c596d5c

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,33 @@
1212

1313

1414
## 今日面试题
15+
2019-07-31
16+
17+
> 第 117 题:介绍下 http1.0、1.1、2.0 协议的区别?
18+
19+
20+
21+
解析:[第 117 题](https://github.com/Advanced-Frontend/Daily-Interview-Question/issues/232)
22+
23+
<br/>
24+
25+
26+
27+
28+
## 本周汇总
1529
2019-07-30
1630

1731
> 第 116 题:输出以下代码运行结果
1832
>
1933
> ```js
2034
> 1 + "1"
21-
>
22-
> 2 * "2"
23-
>
24-
> [1, 2] + [2, 1]
25-
>
26-
> "a" + + "b"
27-
> ```
35+
>
36+
> 2 * "2"
37+
>
38+
> [1, 2] + [2, 1]
39+
>
40+
> "a" + + "b"
41+
> ```
2842
2943
3044
@@ -34,8 +48,6 @@
3448
3549
3650
37-
38-
## 本周汇总
3951
2019-07-29
4052
4153
> 第 115 题:写一个单向链数据结构的 js 实现并标注复杂度(水滴筹)

0 commit comments

Comments
 (0)