Javascript Lab 1: Cool JavaScript examples Today we are going to explore some neat JavaScript examples and you will add at least one that you find to a class folder so others can check it out as well. The examples can come from one of these sites. Usually the code can be copied for free, pasted into notepad, and then saved with a filename with .html at the end. Then you can open the file with a browser to see what it does. http://www.javascriptfreecode.com/ http://javascript.internet.com/ To start, I want you to open these 5 sample files. Go to cs.mtsu.edu/~mw3n/csci1150 and look at the following files ChooseColor.html Clock.html DailyGreeting.html DayOfWeek.html FallLeaves.html HeartsFollowing.html TextFollowing.html Now go out to the web sites listed above and see if you can find some cool examples, copy the code, paste into notepad, save the file, test it in the browser, and make sure it works. Now insert one of these examples into your webpage(s) and re-upload them to the Frank server.