age = 42;
Good work! In order to declare a variable, we use var
and an identifier that isn't a keyword. We can declare and assign in a single step or split it into two.
So close! In order to declare a variable, we use var
and an identifier that isn't a keyword. We can declare and assign in a single step or split it into two.