So, I'm teaching myself javascript basics and had a question:
When I write something like
Why do i have to have 2 '+' operators instead of just one? I thought you write it likeCode:var $fullName = $firstName + ' ' + $lastName;
Thank you.Code:var $fullName = $firstName + ' ' $lastName;



Reply With Quote


Bookmarks