2018-10-16 21:32:40 +05:30

303 B

title
title
Add Two Numbers with JavaScript

Add Two Numbers with JavaScript

JavaScript uses the + symbol for addition.

var sum = 10 + 10; //sum gets the value 20