add two numbers javascript

JavaScript
var x = 2 + 3;
//x = 5
Source

Also in JavaScript: