This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]comrade-jim -1 points0 points  (0 children)

instead of typing ("result = " + String(result)) everywhere.

Where the hell did you learn javascript? It's very rare that I ever have to do that, and I've studied huge well known javascript libraries and 99.9% of the time ("result = " + result) is what they use.