×
×
Correct!
On one single line, declare three variables with the following names and values:
let firstName = "John", lastName = "Doe", age = 35;
let firstName = "John", lastName = 'Doe', age = 35;
Not CorrectClick here to try again. Correct!let= "John" lastName = = ; |