Hi, I am unable to pass these two run test questions:
##In any order, I should be able to add, subtract, multiply and divide a chain of numbers of any length, and when I hit “=”, the correct result should be shown in the element with the id of “display”
If 2 or more operators are entered consecutively, the operation performed should be the last operator entered (excluding the negative (-) sign.
help please