let x = 16;x = x - 4;
let count = 2;count = count + 5;
let num = 2;
let person = "Lina";let animal = "Gorilla";let result = person + " has an " + animal;