Code along Day 32 (10-07-2022) starts here ...

Code along Day 33 (10-08-2022) starts here ...

The above script declares a variable, assigns a value to it, displays the value, changes the value and dipslays the value again.

Playground

Table of Opertaions Given x = 10 and y = 5
OperatorExampleResult
= x = y
+= x += y
-= x -= y

Code along Day 35 (10-11-2022) starts here ...

Score of Rachel