From f3a12a5797dfae65d89bfce70aaf7af5870c5ace Mon Sep 17 00:00:00 2001 From: strick Date: Wed, 9 Dec 2020 14:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E6=96=87=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/2020.md | 1 + article/github.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/article/2020.md b/article/2020.md index e2a6ea4..24b4554 100644 --- a/article/2020.md +++ b/article/2020.md @@ -40,6 +40,7 @@ 22. [阿里、网易、滴滴共十次前端面试碰到的问题](https://zhuanlan.zhihu.com/p/285273650) 23. [互联网寒冬,一年经验字节跳动、虾皮、快手、拼多多前端面试总结](https://zhuanlan.zhihu.com/p/292975911) 24. [前端经典面试题(60道前端面试题包含JS、CSS、React、网络、浏览器、程序题等)](https://zhuanlan.zhihu.com/p/286021449) +25. [2020 年「我与技术面试那些事儿」](https://segmentfault.com/a/1190000038376551) ## HTML 1. [2019年底前端面试及答案-html/css](https://juejin.im/post/5e43d800f265da575b1bafdc) diff --git a/article/github.md b/article/github.md index 1fa4fe6..b9a4d3e 100644 --- a/article/github.md +++ b/article/github.md @@ -19,6 +19,9 @@ 18. [如何通过饿了么Node.js面试](https://github.com/ElemeFE/node-interview/tree/master/sections/zh-cn) 19. [Coding Interview University 一套完整的学习手册帮助自己准备 Google 的面试](https://github.com/jwasham/coding-interview-university/blob/master/translations/README-cn.md) 20. [简单的React](https://github.com/hujiulong/simple-react/tree/chapter-4) +21. [Interview Map](https://github.com/InterviewMap/CS-Interview-Knowledge-Map) +22. [前端硬核面试专题](https://github.com/biaochenxuying/blog/blob/master/interview/fe-interview.md) +23. [前端知识每日3+1](https://github.com/haizlin/fe-interview) ## 英文 1. [Awesome JavaScript Interviews(优秀的JavaScript面试)](https://github.com/rohan-paul/Awesome-JavaScript-Interviews)