diff --git a/nodeJS/introduction_to_nodeJS/getting_started.md b/nodeJS/introduction_to_nodeJS/getting_started.md index b3d30199a1f..f67b0f1bc56 100644 --- a/nodeJS/introduction_to_nodeJS/getting_started.md +++ b/nodeJS/introduction_to_nodeJS/getting_started.md @@ -2,10 +2,10 @@ Like we learned in the introduction lesson, Node.js is really just JavaScript. So a basic understanding of JavaScript is necessary in order to understand Node. For this reason, it is highly recommended that you take our prerequisite [JavaScript course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) before continuing with this course. -This lesson will take you through a tutorial that will teach you the basic modules and functions that you need to get up and running with Node.js. The project that comes at the end of this section will ask you to use Node to create a basic website that will include an `Index`, `About` and `Contact Me` page. So while learning the topics in this lesson, be on the lookout for things that might help you complete the project. - ### Lesson overview +This lesson will take you through a tutorial that will teach you the basic modules and functions that you need to get up and running with Node.js. The project that comes at the end of this section will ask you to use Node to create a basic website that will include an `Index`, `About` and `Contact Me` page. So while learning the topics in this lesson, be on the lookout for things that might help you complete the project. +
### Important notice