WDV221 Intro Javascript

Introduction to Javascript - Homework Exercises


Please complete the following exercises on this page. When complete post the page to your WDV221 folder on the server. Make a link in your WDV221 Intro Javascript page for this assignment.

Include a comment in each script with the exercise number and a description of what the script is supposed to do.

Using Blackboard complete the Homework Assignment.


1. Add a heading above this paragagraph with a runtime script that displays the name of the course as an h1 element.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed turpis ut risus placerat faucibus. Suspendisse non tortor quam. Vivamus non porta nulla. Suspendisse accumsan mi eget mi ultricies et euismod nisl scelerisque. Aenean tempus semper eros id pretium. Integer malesuada, nisl a vestibulum gravida, lacus dui luctus nisi, sit amet aliquet felis purus at ipsum. Etiam lobortis ullamcorper nunc eu faucibus. Sed lobortis pellentesque volutpat. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus in commodo nulla. Morbi tempus mattis lectus vitae pulvinar.

Hello ! Welcome to Javascript

2. Use a runtime script to place your name in the heading as shown above. Your name should NOT be in italics.

3. Use a runtime script to place the three key points that help define runtime scripts as list items in the following unordered list.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed turpis ut risus placerat faucibus. Suspendisse non tortor quam. Vivamus non porta nulla. Suspendisse accumsan mi eget mi ultricies et euismod nisl scelerisque. Aenean tempus semper eros id pretium. Integer malesuada, nisl a vestibulum gravida, lacus dui luctus nisi, sit amet aliquet felis purus at ipsum. Etiam lobortis ullamcorper nunc eu faucibus. Sed lobortis pellentesque volutpat. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus in commodo nulla. Morbi tempus mattis lectus vitae pulvinar.

4. Use a runtime script to place a text field within the following form.

Please enter your name:

5. When you click the button below, an alert should display the URL of your WDV221 homework page.

Grading:

There are five exercises on this document. Each exercise is graded seperately and totaled for the Project grade. Each exercise will be graded using the following scale.

Grade Expectation
5 Works as expected. Correctly uses concepts presented in class. Documented as needed and well formatted.
4 Works as expected. Uses some of the concepts presented in class. Lacks documentation if needed or poorly formatted/structured.
2 Produces results but not as expected OR Exercise is attempted but produces an error.
0 Does not produce any results. Fails to use any concepts presented in class or not attempted.