add 2 mumbers javascript code example Example 1: adding numbers in Javscript return a+b; Example 2: add two numbers javascript var x = 2 + 3; //x = 5