Skip to content

Commit 2723974

Browse files
author
wangjian
committed
Merge branch 'master' of github.com:haizlin/fe-interview
2 parents b25a1f4 + 82831ad commit 2723974

3 files changed

Lines changed: 29 additions & 24 deletions

File tree

README-en.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
2020
:hash: [I'm going to set a question](http://www.h-camel.com/contribution.html)
2121

22-
| :bulb: Base | [HTML 850+](category/html.md) | [CSS 850+](category/css.md) | [JS 850+](category/js.md) | [Skill 850+](category/skill.md) | | | |
22+
| :bulb: Base | [HTML 1000+](category/html.md) | [CSS 1000+](category/css.md) | [JS 1000+](category/js.md) | [Skill 1000+](category/skill.md) | | | |
2323
| :---: | :---- | :--- | :---- | :---- | :---- | :---- | :---- |
2424
| :newspaper: Special | [Vue 296+](lib/Vue.md) | [React 338+](lib/React.md) | [AngularJs](lib/AngularJs.md) | [ECMAScript 45+](category/ECMAScript.md) | [NodeJs 84+](category/nodejs.md) | [jQuery](lib/jQuery.md) | [wxapp](lib/wxapp.md) |
2525
| :hammer: Tool | [webpack 13+](tools/webpack.md) |
2626
| :coffee: Summary | [week](category/week.md) | [history](category/history.md) |
2727

2828

29-
## :clock430: Today's Knowledge Points (2022.01.09) —— 999 days
30-
        :one: [html] [如何在canvas画布上特定位置监听鼠标事件?](https://github.com/haizlin/fe-interview/issues/4930)
31-
        :two: [css] [你有使用过css中的:dir伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4931)
32-
        :three: [js] [使用js的库时,要升级版本需要考虑哪些情况](https://github.com/haizlin/fe-interview/issues/4932)
33-
        :four: [skill] [如果你有机会创业,你想做什么?为什么?](https://github.com/haizlin/fe-interview/issues/4933)
29+
## :clock430: Today's Knowledge Points (2022.01.10) —— 1000 days
30+
        :one: [html] [使用canvas制作一个烟花的动画效果](https://github.com/haizlin/fe-interview/issues/4934)
31+
        :two: [css] [你有使用过css中的:has伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4935)
32+
        :three: [js] [说说你对js中的数据类型BigInt的理解,它有什么应用场景](https://github.com/haizlin/fe-interview/issues/4936)
33+
        :four: [skill] [什么是skill?说说你对skill的理解](https://github.com/haizlin/fe-interview/issues/4937)
3434

3535

3636
### :camel: History
@@ -41,11 +41,11 @@
4141
…………
4242

4343

44-
- 998 days (2022.01.08)
45-
:one: [html] [使用ccanvas制作一个笔筒](https://github.com/haizlin/fe-interview/issues/4926)
46-
:two: [css] [你有使用过css中的:lang伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4927)
47-
:three: [js] [当使用过vue写代码,你还想着用jquery吗?为什么?它俩有什么区别?](https://github.com/haizlin/fe-interview/issues/4928)
48-
:four: [skill] [如果要你连续休息,你想休息几天?为什么?](https://github.com/haizlin/fe-interview/issues/4929)
44+
- 999 days (2022.01.09)
45+
:one: [html] [如何在canvas画布上特定位置监听鼠标事件?](https://github.com/haizlin/fe-interview/issues/4930)
46+
:two: [css] [你有使用过css中的:dir伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4931)
47+
:three: [js] [使用js的库时,要升级版本需要考虑哪些情况?](https://github.com/haizlin/fe-interview/issues/4932)
48+
:four: [skill] [如果你有机会创业,你想做什么?为什么?](https://github.com/haizlin/fe-interview/issues/4933)
4949

5050

5151
- **[All](category/history.md)**

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
2020
:hash: [我也要出题](http://www.h-camel.com/contribution.html)
2121

22-
| :bulb: 基础 | [HTML 850+](category/html.md) | [CSS 850+](category/css.md) | [JS 850+](category/js.md) | [软技能 850+](category/skill.md) | | | |
22+
| :bulb: 基础 | [HTML 1000+](category/html.md) | [CSS 1000+](category/css.md) | [JS 1000+](category/js.md) | [软技能 1000+](category/skill.md) | | | |
2323
| :---: | :---- | :--- | :---- | :---- | :---- | :---- | :---- |
2424
| :newspaper: 专题 | [Vue 296+](lib/Vue.md) | [React 338+](lib/React.md) | [AngularJs](lib/AngularJs.md) | [ECMAScript 45+](category/ECMAScript.md) | [NodeJs 90+](category/nodejs.md) | [jQuery](lib/jQuery.md) | [小程序](lib/wxapp.md) |
2525
| :hammer: 工具 | [webpack 13+](tools/webpack.md) |
2626
| :coffee: 汇总 | [](category/week.md) | [历史题目](category/history.md) |
2727

2828

29-
## :clock430: 今天的知识点 (2022.01.09) —— 第999天
30-
        :one: [html] [如何在canvas画布上特定位置监听鼠标事件?](https://github.com/haizlin/fe-interview/issues/4930)
31-
        :two: [css] [你有使用过css中的:dir伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4931)
32-
        :three: [js] [使用js的库时,要升级版本需要考虑哪些情况](https://github.com/haizlin/fe-interview/issues/4932)
33-
        :four: [软技能] [如果你有机会创业,你想做什么?为什么?](https://github.com/haizlin/fe-interview/issues/4933)
29+
## :clock430: 今天的知识点 (2022.01.10) —— 第1000天
30+
        :one: [html] [使用canvas制作一个烟花的动画效果](https://github.com/haizlin/fe-interview/issues/4934)
31+
        :two: [css] [你有使用过css中的:has伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4935)
32+
        :three: [js] [说说你对js中的数据类型BigInt的理解,它有什么应用场景](https://github.com/haizlin/fe-interview/issues/4936)
33+
        :four: [软技能] [什么是软技能?说说你对软技能的理解](https://github.com/haizlin/fe-interview/issues/4937)
3434

3535

3636
### :camel: 历史题目
@@ -42,11 +42,11 @@
4242
…………
4343

4444

45-
- 第998天 (2022.01.08)
46-
:one: [html] [使用ccanvas制作一个笔筒](https://github.com/haizlin/fe-interview/issues/4926)
47-
:two: [css] [你有使用过css中的:lang伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4927)
48-
:three: [js] [当使用过vue写代码,你还想着用jquery吗?为什么?它俩有什么区别?](https://github.com/haizlin/fe-interview/issues/4928)
49-
:four: [软技能] [如果要你连续休息,你想休息几天?为什么?](https://github.com/haizlin/fe-interview/issues/4929)
45+
- 第999天 (2022.01.09)
46+
:one: [html] [如何在canvas画布上特定位置监听鼠标事件?](https://github.com/haizlin/fe-interview/issues/4930)
47+
:two: [css] [你有使用过css中的:dir伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4931)
48+
:three: [js] [使用js的库时,要升级版本需要考虑哪些情况?](https://github.com/haizlin/fe-interview/issues/4932)
49+
:four: [软技能] [如果你有机会创业,你想做什么?为什么?](https://github.com/haizlin/fe-interview/issues/4933)
5050

5151

5252
- **[查看全部](category/history.md)**

category/history.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33

44

5+
- 第1000天 (2022.01.10)
6+
- [html] [使用canvas制作一个烟花的动画效果](https://github.com/haizlin/fe-interview/issues/4934)
7+
- [css] [你有使用过css中的:has伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4935)
8+
- [js] [说说你对js中的数据类型BigInt的理解,它有什么应用场景?](https://github.com/haizlin/fe-interview/issues/4936)
9+
- [软技能] [什么是软技能?说说你对软技能的理解](https://github.com/haizlin/fe-interview/issues/4937)
510
- 第999天 (2022.01.09)
611
- [html] [如何在canvas画布上特定位置监听鼠标事件?](https://github.com/haizlin/fe-interview/issues/4930)
712
- [css] [你有使用过css中的:dir伪类吗?说说它的用途?](https://github.com/haizlin/fe-interview/issues/4931)
@@ -1244,8 +1249,8 @@
12441249
- [软技能] [你认为优秀的前端工程师需要具备哪些软技能?](https://github.com/haizlin/fe-interview/issues/3911)
12451250
- 第750天 (2021.05.05)
12461251
- [html] [写一个微信运动排行榜页面的布局](https://github.com/haizlin/fe-interview/issues/3901)
1247-
- [css] [写一个方法将多个数组合并成一个数组](https://github.com/haizlin/fe-interview/issues/3902)
1248-
- [js] [写一个方法,给定AB两个数,判断A是否包含于B](https://github.com/haizlin/fe-interview/issues/3903)
1252+
- [undefined] [undefined](https://github.com/haizlin/fe-interview/issues/undefined)
1253+
- [js] [写一个方法将多个数组合并成一个数组](https://github.com/haizlin/fe-interview/issues/3902)
12491254
- [软技能] [你自己有封装过哪些组件吗?说说看](https://github.com/haizlin/fe-interview/issues/3904)
12501255
- 第749天 (2021.05.04)
12511256
- [html] [写一个点击从左侧滑出的布局](https://github.com/haizlin/fe-interview/issues/3897)

0 commit comments

Comments
 (0)