Variables
vibe = "chill" // string
score = 100 // number
isCool = true // boolean
playlist = ["Drake", "Travis"] // arrayLast updated
vibe = "chill" // string
score = 100 // number
isCool = true // boolean
playlist = ["Drake", "Travis"] // arrayLast updated