For your homework this week, I want you to create a basic web page, that inserts a string of pre-formatted markup into the document, with the document.write()
function. Additionally;
As always, you should also write a readme.md that is part of your directory. Here you should discuss your progress this week with the introduction to JS and the “Hello World!” example.
Your directory should look like the following;
Git-Repo
├── HW-1/
├── HW-2/
│ ├── index.html
│ ├── readme.md
│ └── script.js
├── README.md
└── index.html
Also, you will submit links to the week-2 Moodle forum, for both the live example, and directory, just like last week.