hksong / jquery-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

Bonus:

  • Test all of your JS functions!

About


Languages

Language:JavaScript 59.4%Language:CSS 21.9%Language:HTML 18.7%