One operand is a string

Explanation: When only one operand is a primitive string, the + operator will coerce the other into String and will then concatenate both resulting strings together:

123 + 'abc'; => "123abc"
'abc' + 123; => "abc123"
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.222.119.148