Skip to content

Challenge Add Two Numbers with JavaScript

SaintPeter edited this page · 1 revision
Clone this wiki locally

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.