QP School

Full Version: JavaScript - Additions with values
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
let x = 100 + 50;

document.getElementById("demo").innerHTML = x;