first+last // 'BobLee'
first+' '+last // 'Bob Lee'
2번째 first+' '+last // 'Bob Lee'
이것은 띄어쓰기인가요? + + 이게 뭐죠?
확인해보니까 띄어쓰기는 안되어 있던데요...!