var firstName;   // Not set, so its value is null var firstName = ""; // Explicitly set to an empty string -- not null