Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 946 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 946 Bytes

Calculator

Preview

themes preview

Learning Goals

  • Basic JavaScript

    • Loops
    • Functions
    • DOM Manipulations
    • Objects
  • Basic CSS

Credits

To Do, Design

  • Grow the + button height and shrink the height of the = button so they have the same height.

To Do, Logic

  • Display history.
  • Refactoring the code.