jaiminpatel047 / JavaScript-Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript-Calculator

Projects are the best way to learn JavaScript, and a calculator is one of the best projects to choose. A calculator covers all the complex interactions with UI and JavaScript while still being simple enough for people of any skill level.

Concepts Covered:

  • How to use ES6 classes to organize code
  • How to sync JavaScript code with a UI
  • CSS Grid
  • Flexbox
  • The best way to cleanly handle user input
  • How to debug complicated edge cases

Pure vanilla JavaScript calculator using modern ES6 syntax and classes

About


Languages

Language:HTML 54.0%Language:CSS 40.9%Language:JavaScript 5.1%