This testing here

and while i'm testing

SPOTTTTTTTTTTT LIGHT

cp notes.txt notes_backup.txt (
rindex
download me

AAAAdddd

unknown node


dfgdfgx

lable

hello
Rindex
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>
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

02

card22