Java Script Calculator
This project involved wiring up a simple calculator using Java Script.
Defining DOM elements as variables so that I could iterate over them and add event listeners;
IF ELSE statements - used to perform the operations;
Add event listeners and looping through different buttons type in order to perform different tasks;
Define different functions and call them at a specific time;