From 7a08400f75a1fbf0e5a7d1ac7790c74d781dae4c Mon Sep 17 00:00:00 2001 From: Roberto Mossetto Date: Thu, 29 Nov 2018 21:34:13 +0100 Subject: [PATCH] Add "The definitive Node.js handbook" to resources (#23701) --- guide/english/nodejs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/nodejs/index.md b/guide/english/nodejs/index.md index bbdf833e25..08f3533b3b 100644 --- a/guide/english/nodejs/index.md +++ b/guide/english/nodejs/index.md @@ -59,3 +59,4 @@ When the timer completes it's execution taking 5 seconds, it calls the function - [Official NodeJS site](https://nodejs.org) - [Node Version Manager](https://github.com/creationix/nvm/blob/master/README.md) - [n: Interactive NodeJS Version Manager](https://github.com/tj/n) +- [The definitive Node.js handbook](https://medium.freecodecamp.org/the-definitive-node-js-handbook-6912378afc6e)