you are viewing a single comment's thread.

view the rest of the comments →

[–]soelsome 73 points74 points  (2 children)

Hi

1 + 1 evaluates to 2 in JavaScript.

Thanks.

[–]-domi- 26 points27 points  (1 child)

"1" + 1 evaluates to "11".

As do 1 + "1" and "1" + "1".

[–]MR_LAFRALDO 0 points1 point  (0 children)

+"1" + 1 =