Exercises
To further explore the JavaScript features you learned about in this hour, you can perform the following exercises:
Examine the Date and Time script you created in Hour 2 and find any examples of functions and objects being used. Add JavaScript comments to the Date and Time script to make it more clear what each line does. Verify that the script still runs properly.
|