Re: JavaScript Calculator Program

2019-12-07 Thread Chris Angelico
On Sat, Dec 7, 2019 at 11:21 PM ferzan saglam wrote: > > Hi People, I am working on a simple calculator which uses operands (+-*/). > The program allows me to choose an operand and enter the first two values, > but when it gets to doing the maths, it gives me an error on > "console.log ("The resu

JavaScript Calculator Program

2019-12-07 Thread ferzan saglam
Hi People, I am working on a simple calculator which uses operands (+-*/). The program allows me to choose an operand and enter the first two values, but when it gets to doing the maths, it gives me an error on "console.log ("The result is ", res);" under the + operand. (error code reads: Println