source code in html to add two numbers together code example Example: source code in html to add two numbers together var x = 1.234; var y = 10; var z = x + y;