Now that we've learned a little about JavaScript, let's try it out!
You can find some good examples and resources at W3 Schools to help you with the following exercises.
Write "Hello, World!" like was shown in lecture.
Move the JavaScript you've written to an external .js file and link to it within the document.
Use different variables that places your name and other information about you in this following MadLib.
Write an "If... Else" statement that gets the time of day and prints either "Good Morning", "Good Afternoon", or "Good Night" depending on what time of day it is.
Write a "While" statement that prints your name 50 times to the document.