[Solved] Is there a string increment operator in Javascript? [closed]
It strikes me that this question is a lot trickier than it looked. My immediate thought when reading Zee Tee’s comment that he had written x=+y instead of x+=y was that he (she?) needs better debugging tools. But guess what. I played around with this little test: /*global console*/ var obj = {“name”:”Zee Tee”, “id”: … Read more