Search
The variable firstName stores the string Sam and the variable lastName stores Smith.
firstName
Sam
lastName
Smith
If we run the code in the editor, we see that there is no space between the two strings.
Insert a space between the two strings.