Create a variable
firstName
without
assigning any value
to the same.
Create another variable
lastName
also without
assigning any value.
Later give lastName
a value of null.
Check if firstName
is
equal to lastName
and
log the Boolean result
to the console.