Html – How to add, subtract, multiply and divide two or more negative numbers on a Javascript calculator
I am new to Javascript and built a basic calculator. I want to add a function that allows me to input negative numbers using a toggle feature. However, when I try to use it, it only makes the first number…