Skip to content

Commit

Permalink
Updated references to local folders containing code
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasx authored Nov 6, 2023
1 parent 6bc549c commit c3f5605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1-what-is-programming/0-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ big picture" when you can see everything in one document.

You can also write your code in a separate `.js` file, then load the file into
your HTML to execute the code. There are two different ways you can load a `.js`
file into your HTML, you can see them in action with `./separate-script` and
`./separate-modules` (you'll learn more about scripts vs. modules later on).
file into your HTML, you can see them in action with `./2-separate-script-file` and
`./3-separate-module-files` (you'll learn more about scripts vs. modules later on).

You will use this for larger projects and for collaboration. Separating code
into smaller files each with a clear purpose makes your code base easier to
Expand Down

0 comments on commit c3f5605

Please sign in to comment.