Hus
rooting
3digi.it
Crypto
/
March 2, 2026
This testing here
and while i'm testing
AAA
SPOTTTTTTTTTTT LIGHT
AAA
dddd
BBBB
ss
cp notes.txt notes_backup.txt (
download me
AAAAdddd
unknown node
dfgdfgx
lable
hello
Close
1
<!
DOCTYPE
html
>
2
<
html
>
3
<
body
>
4
<
h1
>
JavaScript Variables
</
h1
>
5
6
<
p
>
In this example, price1, price2, and total are variables.
</
p
>
Code feature
7
8
<
p
id
=
"
demo
"
>
</
p
>
9
10
<
script
>
11
const price1 = 5;
12
const price2 = 6;
13
let total = price1 + price2;
14
15
document.getElementById("demo").innerHTML = "The total is: " + total;
16
</
script
>
17
18
</
body
>
19
</
html
>
20
aha
01
card1
02
card22