QP School

Full Version: JavaScript - Subtractions with values
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
let a = 10 - 5;

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