Skip to content

Challenge Add Two Numbers With JavaScript

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge 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;
Clone this wiki locally