News

How to Do Addition in JavaScript. Performing JavaScript addition may seem like a simple task, until you discover the number of different ways you can add them.
'4218' > 42 + "18" '4218' In every case, trying to add two numbers where one is a string will result in a string value that combines the two as strings.