README info on NodeJS and usage

this project is using nodejs and the web browser
This commit is contained in:
NetMan 2023-12-30 15:14:17 +01:00
parent 703e331a01
commit 915926a65a
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# odin JS Fundamentals Part 2 exercises # odin JS Fundamentals Part 2 exercises
assignment for [this lesson](https://www.theodinproject.com/lessons/foundations-fundamentals-part-2#assignment) provided on replit assignment for [this lesson](https://www.theodinproject.com/lessons/foundations-fundamentals-part-2#assignment) 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