I am designing a mini calculator using html and JavaScript. This would perform 4 arithmetical operation
[ +, - ,*, /]. The framework of the calculator would be designed in html and the working of the calculator is coded using JavaScript. I have a…
I am designing a mini calculator using html and JavaScript. This would perform 4 arithmetical operation
[ +, - ,*, /]. The framework of the calculator would be designed in html and the working of the calculator is coded using JavaScript. I have added 3 new keys[ 00, . , %] and have also modified the looks of the display
I have used ChatGPT to learn JavaScript.