alert(('55' - 22) / '11' + '2')
So in the case it would fall out to:
33 / 112 = 0.2946 ?
I'm told the answer to this is 32. I can't see that and sorry for the post but I am trying to learn Javascript on my own. My math might be worse than I thought possible.