Skip to content

AnaSegarra/js-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Basic Calculator

calculator

Final result - https://anasegarra.github.io/js-calculator/

Overview

The purpose of this activity is to build a basic calculator using vanilla JavaScript. It allows basic mathematical operations such as addition, subtraction, multiplication and division.

User can make a single calculation as well as consecutive calculations and clear everything or delete a single digit.

Finally, if user enters only the first operand, chooses an operator and then hits equal, result is calculated based on that first operando. For example, an input of 6 + = would result in 12 and one of 6 * = would result in 36.

About

Java Bootcamp Prework - JavaScript Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published