Let's concatenate some strings!
Make sure to complete your work in the console.
firstName and assign it a string value equal to your first name.space and assign it a string value equal to one space (this will be used as a seperator).lastName and assign it a string value equal to your last name.fullName and assing it a string value equal to the concatenation of firstName, space, and lastName.