How would I do this in 1 line
$name = $firstName + " " + $lastName;
//output: 0
the problem is what I think it is, is that its trying to add like mathematics.
whilst I want the '+ " " +' to become a space in between the firstname and lastname variables.