Declare string variable

// Example
var firstName = “Alan”;
var lastName = “Turing”;

// Only change code below this line

hey guys please help i have stack here the fist name does not work i have declare the vriables and string the way it showing

myFirstName should be a string with at least one character in it.

var myFistName = “Reagan”;
var myLastName = “Scofield”;

Could it be a typo? myFistName should probably be myFirstName (missing a ‘r’)

thanks Francois, I have spend the last 30 minutes on this stupid mistake i couldn’t realized that i miss stupid “r” in the variable name. thanks a lot