An exclusive JavaScript story
1 + 2 + "3"
1
33 . First we have 3 as the first + works as a normal mathematical operation and then 3 + "3", the second + plays the role of concatenation.
An exclusive JavaScript story
1 + 2 + "3"
33 . First we have 3 as the first + works as a normal mathematical operation and then 3 + "3", the second + plays the role of concatenation.