-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
400 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 虾皮(一面)- 苏格拉底看烟花 | ||
|
||
## 对 React 和 Vue 框架的理解 | ||
|
||
## 前端性能优化的方法 | ||
|
||
## 构建工具 webpack、rollup | ||
|
||
## 什么是单页应用 | ||
|
||
## 有哪些前端自动化测试的经验 | ||
|
||
## GIT 的使用经验 | ||
|
||
## eslint 的使用 | ||
|
||
## 前端调试工具,比如:Chrome 开发者工具 | ||
|
||
## 对前端状态管理的理解 | ||
|
||
## 前端跨域问题的处理方法 | ||
|
||
## JS 异步的原理 | ||
|
||
JavaScript 是单线程的,这意味着在同一时间只能执行一个任务。为了实现异步操作,JavaScript 使用了事件循环(Event Loop)、任务队列(Task Queue)、回调函数(Callbacks)、Promises 和 async/await 等机制 |
Oops, something went wrong.