javascript riddle.
without executing the code, write down what you expect the results of the following two expressions to be:
>1 + "41" >1 + + "41"
check your answers. bonus points if you can explain what happens in each case, and why.
[More programming riddles]