Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgwebdream/FE-Interview
🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
https://github.com/lgwebdream/FE-Interview
angular css fe-interview frontend frontend-interview html interview interview-questions javascript js node react typescript vue
Last synced: 3 months ago
JSON representation
🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
- Host: GitHub
- URL: https://github.com/lgwebdream/FE-Interview
- Owner: lgwebdream
- License: other
- Created: 2020-05-21T09:58:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:32:02.000Z (about 2 years ago)
- Last Synced: 2024-10-23T01:29:42.059Z (3 months ago)
- Topics: angular, css, fe-interview, frontend, frontend-interview, html, interview, interview-questions, javascript, js, node, react, typescript, vue
- Language: JavaScript
- Homepage: https://lgwebdream.github.io/FE-Interview/
- Size: 3.33 MB
- Stars: 6,841
- Watchers: 136
- Forks: 895
- Open Issues: 1,152
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-star - FE-Interview
- awesome-star-libs - lgwebdream / FE-Interview
README
前端面试
## ☕ 前端面试每日一题
> 每天 get 一个知识点
### Day386:写一个通用的事件侦听器函数
**[答案&解析](https://github.com/lgwebdream/FE-Interview-Planet/issues/122)**
## 📚 前端面试题汇总
- **[全部面试题汇总](https://github.com/lgwebdream/FE-Interview/issues)**
## 📱 手机刷题(附带详细答案)
> 二维码加载失败请点击 [入口](http://img-static.yidengxuetang.com/wxapp/issue-img/wxqr-github.png)
## ⏱️ 最近更新
- [Day385:在一个 DOM 上同时绑定两个点击事件:一个用捕获,一个用冒泡。事件会执行几次?先执行冒泡还是捕获?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1220)
- [Day384:JavaScript 中如何实现一个类?怎么实例化这个类?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1219)
- [Day383:说下 React 的 useEffect、useCallback、useMemo](https://github.com/lgwebdream/FE-Interview-Planet/issues/1218)
- [Day382:说一下 setTimeout 和 setInterval 的区别,包含内存方面的分析?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1217)
- [Day381:说一下 JavaScript 严格模式下有哪些不同?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1216)
- [Day380:实现一个系统,统计前端页面性能、页面 JS 报错、用户操作行为、PV/UV、用户设备等消息,并进行必要的监控报警。方案如何设计,用什么技术点,什么样的系统架构,难点会在哪里?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1215)
- [Day379:如果让你来实现一个前端监控系统,应该考虑什么?如何去实现?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1214)
- [Day378:说一下什么是 Http 协议无状态?怎么解决 Http 协议无状态?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1213)
- [Day377:说一下你了解的 WebSocket 鉴权授权方案?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1211)
- [Day376:说一下你对进程和线程的了解?Node 中进程间是如何进行通信的?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1210)
- [Day375:setTimeout/setInterval 实现倒计时如何解决时间偏差的问题?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1209)
- [Day374:说一下开发中常用的几种 Content-Type ?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1208)
- [Day373:说下 Node 中 require 模块引入的查找方式?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1207)
- [Day372:说一下你对 Get 和 Post 请求在缓存方面理解](https://github.com/lgwebdream/FE-Interview-Planet/issues/1206)
- [Day371:使用 Symbol 函数都有哪些要注意的点?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1205)
- [Day370:为什么使用 setTimeout 实现 setInterval?怎么模拟?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1204)
- [Day369:说下你对 Reflect 的理解?为什么会有 Reflect 的出现?Proxy 也简单的说一下?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1203)
- [Day368:说一下你对 Get 请求传参长度限制的理解?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1202)
- [Day367:说下 URL 和 URI 的区别?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1201)
- [Day366:什么是 CSP?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1200)
- [Day365:如何解决 Vue 打包 vendor 过大的问题?Webpack 打包 vue 速度慢怎么办?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1199)
- [Day364:为什么说 React 中 props 是只读的?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1197)
- [Day363:举例说明 React 的插槽有哪些运用场景?你有用过 React 的插槽(Portals)吗?怎么用?](https://github.com/lgwebdream/FE-Interview-Planet/issues/1196)## 🏠 前端面试 Family
如果你在工作中遇到问题、在面试中遇到疑惑、在前端路上遇到了阻碍,都可以加入我们前端星球 Family,我们会竭尽全力为大家答疑解惑,让我们共同努力,一同成长。
## 版权许可
![](http://img-static.yidengxuetang.com/wxapp/github-img/copyright.png)
本作品采用[知识共享署名-非商业性使用 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc/4.0/)进行许可,只要保持原作者署名和非商用,您可以自由地阅读、分享、修改。