Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.76 KB

File metadata and controls

39 lines (23 loc) · 1.76 KB

ic-05

ic-05 - Intro to JavaScript

Link to GitHub Pages: [insert your clickable hyperlink here]

Purpose

The purpose of this assignment is to practice creating an interactive webpage with JavaScript.

Clone this repo and work locally. Be sure to push the final version of your code (and any significant updates along the way) before submitting.

Instructions

  1. Resources to support this assignment are provided below in the Resources section.

  2. Create a GitHub Page for your repo and add the link to it above where you see [insert your clickable hyperlink here].

  3. Open the index.html file included in your repo. Please do the following:

    • Title your webpage "ic-05".
    • Add a heading that says "Intro to JavaScript".
    • Add a button to your page.
    • Add a div with the text: "Number of times button clicked: 0"
  4. Next, add an external JavaScript file to your HTML. Use JavaScript to update the text "Number of times button clicked: 0" every time the button on your webpage is clicked. (The text should update to show the correct count of clicks.)

  5. Add a header to the bottom of your page. The header should say "Acknowledgements". Under this header, list of the resources you used to complete this assignment.

Resources

Submission

  • Be sure to push all changes to your repo and follow all instructions above.
  • Submit your assignment on Gradescope