QP School
QP School
>
Tutorials
>
JavaScript Tutorials
> JavaScript - Additions with values
Full Version:
JavaScript - Additions with values
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
04-04-2023, 08:05 AM
Code:
let x = 100 + 50;
document.getElementById("demo").innerHTML = x;
QP School
>
Tutorials
>
JavaScript Tutorials
> JavaScript - Additions with values