From 95ba44662221e6fbffcb4baebabdadea7ebe9818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E6=96=87?= Date: Mon, 6 Apr 2020 15:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=89=E9=81=93Node?= =?UTF-8?q?=E9=A2=98=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- interview/nodejs.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86720f3..d77d127 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 10. [性能(13道)](https://github.com/pwstrick/daily/blob/master/interview/performance.md) 11. [软技能(107道)](https://github.com/pwstrick/daily/blob/master/interview/skill.md) 12. [前端(21道)](https://github.com/pwstrick/daily/blob/master/interview/fe.md) -13. [Node.js(12道)](https://github.com/pwstrick/daily/blob/master/interview/nodejs.md) +13. [Node.js(15道)](https://github.com/pwstrick/daily/blob/master/interview/nodejs.md) 14. [TypeScript(15道)](https://github.com/pwstrick/daily/blob/master/interview/ts.md) 15. [Vue(42道)](https://github.com/pwstrick/daily/blob/master/interview/vue.md) diff --git a/interview/nodejs.md b/interview/nodejs.md index 5c93859..1bb3a30 100644 --- a/interview/nodejs.md +++ b/interview/nodejs.md @@ -9,4 +9,7 @@ 9. [了解express的内部原理吗?简单实现一下。](https://github.com/pwstrick/daily/issues/786) 10. [nodejs的运行原理,有哪些优缺点?对nodejs怎样的看法?](https://github.com/pwstrick/daily/issues/788) 11. [如何实现断点续传?](https://github.com/pwstrick/daily/issues/789) -12. [nodejs的事件循环怎么理解?事件循环里各个阶段是怎样的?](https://github.com/pwstrick/daily/issues/791) \ No newline at end of file +12. [nodejs的事件循环怎么理解?事件循环里各个阶段是怎样的?](https://github.com/pwstrick/daily/issues/791) +13. [Node有哪些全局变量?](https://github.com/pwstrick/daily/issues/924) +14. [EventEmitter是什么?有哪些典型的应用场景?](https://github.com/pwstrick/daily/issues/925) +15. [Stream是什么?有哪些典型应用场景?](https://github.com/pwstrick/daily/issues/926) \ No newline at end of file