By Rituraj
This Project Focuses on Making A Simple Calculator Using simple Arithmetic Operation in JavaScript.
The requirement of this Project:
1. HTML File calculator.html
2. JS File calculator.js
3. CSS File calculator.css
Detailed Analysis:
The HTML file contains all the buttons having a number from 0 to 9 and arithmetic operation like addition, subtraction, multiplication, division and Equal to.
The JS File contains the elaborated functioning of each button with the help of DOM.
We are getting each button with the help Element Id and detailed operation of each arithmetic operation is given.
The CS File contains the decoration of the HTML file for a calculator.
Submitted by Rituraj (riturajoctober)
Download packets of source code on Coders Packet
Comments