console.log(0700/100) // result: 4.48
console.log(0900/100) // result: 9
I was learning vue by creating a calculator app and was using an array to store the variable. When I was testing it by entering 0s before the actual operand, I got confused by the above behaviour.