QP School
QP School
>
Tutorials
>
JavaScript Tutorials
> JavaScript - Subtractions with expressions
Full Version:
JavaScript - Subtractions with expressions
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
04-04-2023, 08:02 AM
Code:
let a = 1;
let b = (10 - 1) - a;
document.getElementById("demo").innerHTML = b;
QP School
>
Tutorials
>
JavaScript Tutorials
> JavaScript - Subtractions with expressions