Start by creating a variable named lives and assigning it a value.
lives
Make sure to pick var followed by lives and then =, 2, ;.
var
=
2
;