Basic Javascript - celsius to farenheit "Beginner gettin' brain fried" [Solved]

I just completed this so maybe I can give a hint as to how I figured this out.

I too was stumped with this one for a bit until I remembered that unlike normal text, Javascript is read from right to left. The formula (algorithm) they give you is for us to read i.e left to right not the computer. So you need to make the computer be able to read it correctly.

Hope this helps.

Katie