Skip to content

Commit

Permalink
Move lesson overview to an appropriate place
Browse files Browse the repository at this point in the history
  • Loading branch information
mekbibisdone authored Jan 16, 2024
1 parent c41effe commit de6d04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodeJS/introduction_to_nodeJS/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="lesson-note" markdown="1">

### Important notice
Expand Down

0 comments on commit de6d04c

Please sign in to comment.