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