TODO 1st: fork this repo into your account
2nd: clone this repo in your computer folder
3rd: Open the folder you cloned in visual-studio code, you will see one file called (index.html).
4th: create a new branch name it with your name, then create new file called ( app.js) inside your new branch.
4th: inside the (app.js) you just created, create a variable with the keyword (var) feel free to name it anything (hint: myName) this variable you created will have your name as a string.
5th: giving one line space below your variable alert your name.
6th: inside the (index.html) file you saw earlier edit it and include your (app.js) file at the bottom of the page before the closing tag of body.
7th: run it as liveserver and check if it successfully alert your name.
8th: push back to this repo for checking.
9th: give this repo a star ⭐.
lastly: need help? checkout my branch for info; Goodluck.