Go to file
NetMan 915926a65a README info on NodeJS and usage
this project is using nodejs and the web browser
2023-12-30 15:14:17 +01:00
01-troubleshooting Completed exercise 01 2023-12-30 15:12:07 +01:00
02-enter-a-number Initlal commit 2023-12-30 15:11:09 +01:00
03-lets-do-some-math Initlal commit 2023-12-30 15:11:09 +01:00
04-direction-follow Initlal commit 2023-12-30 15:11:09 +01:00
README.md README info on NodeJS and usage 2023-12-30 15:14:17 +01:00

README.md

odin JS Fundamentals Part 2 exercises

assignment for this lesson provided on replit

usage

i'm using nodeJS to do this

just install nodejs on from the website, nvm, package manager etc.

and use node . or node index.js (index being the name of the file) to launch

also i saw some html, so it probably ain't ONLY node