diff --git a/guide/english/nodejs/index.md b/guide/english/nodejs/index.md index fad2a26e79..c286b4e3b0 100644 --- a/guide/english/nodejs/index.md +++ b/guide/english/nodejs/index.md @@ -54,6 +54,7 @@ When the timer completes it's execution taking 5 seconds, it calls the function 1. Great for beginners. JavaScript is a beginner friendly language. 2. Great supportive community and massive amount of modules (Express, Grunt, etc). 3. Wide range of hosting options. +4. Existing Front-End developers get to transfer existing JavaScript knowledge for an easier transition into Server-Side development #### More information: - [Official NodeJS site](https://nodejs.org)