WDV221 Intro Javascript

Skill Test - Implement Functions

Today is:

Instructions:

  1. Implement the greeting( )
    • Implement the greeting( ) function on this page using an external link to the provided file.
    • Use an onload event handler on the body element to run the script as soon as the page is loaded.
    • The output from the function should display in the div element with an id='greeting' class.
  2. Display today's date in the following format: Sunday June 17, 2015
    • Use the date functions provided earlier this semester to help your format the output.
    • Attach these as an external javascript file.
  3. Implement a Copyright statement on the page.
    • Format a Copyright statement on this page using the appropriate symbol.
    • Use Javascript to ensure that the year will always be the current year.