add two numbers using html and javascript code example Example: how to add two numbers in javascript let a = 4; let b = 5; document.write(a + b);