Skip to content

bcbankhead/jquery-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Calculator Assignment

Goal: Use jQuery to make the provided calculator markup function as a simple calculator

Hints:

  • You'll need to add jQuery yourself
  • What does this snippet in the html do? ÷
  • Don't manually add event listeners to all number buttons and operator buttons individually. Be efficient!
  • Try to do this without altering the original html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.8%
  • HTML 37.2%