Skip to content

didoarellano/counter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Counter

Getting Started

  1. Fork this repo and git clone it down to your computer
  2. Open index.html in your browser
  3. When you're finished or when time is up, push your work to your remote repo, and file a Pull Request

In script.js, add click event handlers to the button elements such that:

  • when the .increment button is clicked the displayed count (the div.count element) increments by 1
  • when the .decrement button is clicked the displayed count (the div.count element) decrements by 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.0%
  • CSS 39.0%