Menu
×
×
Correct!
Exercise:On one single line, declare three variables with the following names and values:
var @(9) = "John"@(1) lastName = @(6) @(3) = @(2);
var firstName = "John", lastName = "Doe", age = 35;
var firstName = "John", lastName = 'Doe', age = 35;
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?