Syntax Practice

1
let score = 100;
2
let player = "Alex";
3
score = 105;
This is a syntax practice area. No output is executed.
Tara AI
Tara AI