mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-22 06:48:13 +08:00
feat: update
This commit is contained in:
commit
cf7a2f6d4f
5
.idea/.gitignore
vendored
Normal file
5
.idea/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
12
.idea/fucking-frontend.iml
Normal file
12
.idea/fucking-frontend.iml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/fucking-frontend.iml" filepath="$PROJECT_DIR$/.idea/fucking-frontend.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
20
README.md
20
README.md
@ -6,6 +6,14 @@
|
|||||||
- 前端学习路径及包括的各个知识点,每个知识点都有具体文章帮助大家融会贯通
|
- 前端学习路径及包括的各个知识点,每个知识点都有具体文章帮助大家融会贯通
|
||||||
- 前端 15 万字面试资料
|
- 前端 15 万字面试资料
|
||||||
- 前端进阶好文
|
- 前端进阶好文
|
||||||
|
- 各类大厂内推
|
||||||
|
|
||||||
|
## 目录
|
||||||
|
|
||||||
|
- [每日大厂原题](#每日大厂原题)
|
||||||
|
- [前端十五万字面试资料](#前端十五万字面试资料)
|
||||||
|
- [各类大厂内推](#各类大厂内推)
|
||||||
|
|
||||||
|
|
||||||
## 每日大厂原题
|
## 每日大厂原题
|
||||||
|
|
||||||
@ -13,7 +21,7 @@
|
|||||||
|
|
||||||
成功采纳后,如果你面试遇到其他问题,笔者可以提供免费解答服务。
|
成功采纳后,如果你面试遇到其他问题,笔者可以提供免费解答服务。
|
||||||
|
|
||||||
## 今日原题
|
### 今日原题
|
||||||
|
|
||||||
第二题:[以下代码输出什么,为什么?](https://github.com/KieSun/fucking-frontend/issues/2),这道题目是第一题的进阶版本,更有趣了。
|
第二题:[以下代码输出什么,为什么?](https://github.com/KieSun/fucking-frontend/issues/2),这道题目是第一题的进阶版本,更有趣了。
|
||||||
|
|
||||||
@ -32,7 +40,7 @@ try {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
第一题:[以下代码输出什么,为什么?](https://github.com/KieSun/fucking-frontend/issues/1)。
|
第一题:[以下代码输出什么,为什么?](https://github.com/KieSun/fucking-frontend/issues/1)
|
||||||
|
|
||||||
```js
|
```js
|
||||||
try {
|
try {
|
||||||
@ -42,6 +50,12 @@ try {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 前端 15 万字面试资料
|
## 前端十五万字面试资料
|
||||||
|
|
||||||
[在线阅读](https://yuchengkai.cn/home/)
|
[在线阅读](https://yuchengkai.cn/home/)
|
||||||
|
|
||||||
|
## 各类大厂内推
|
||||||
|
|
||||||
|
数十家公司及岗位,数百个岗位 HC,具体内容查看 [表格](https://bitable.feishu.cn/appdL3vQNYWhT2hGnNRjlC9XoWD)。
|
||||||
|
|
||||||
|
另外欢迎有招人需求的朋友提供招聘信息,触达数万前端,内推奖拿到手软。发送招聘信息至邮箱:zx597813039@gmail.com。
|
||||||
|
Loading…
Reference in New Issue
Block a user