Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 174 Bytes

Add Two Numbers with JavaScript

JavaScript uses the + symbol for addition. It can also be used instead of parseInt() but that is beyond this.

var sum = 10 + 10;

Something went wrong with that request. Please try again.