Skip to content

upstreamcoding/orbit-javascript-1-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Learn how to build a calculator from scratch that functions like an iPhone calculator (without the +/- and percentage functionalities).

Prerequisites

Make sure you have a decent command of JavaScript. Minimally, you need to know these things:

  • If/else statements
  • For loops
  • JavaScript functions
  • Arrow functions
  • && and || operators
  • How to change the text with the textContent property
  • How to add event listeners with the event delegation pattern

Getting Started

  • Download Project Files (.zip)
  • Rename the downloaded project folder to calculator
  • Move it to your Sites directory
  • In terminal, cd to the calculator folder and execute the git init command.

calc-08--equals

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published