7 ms·
You're conveniently ignoring the fact that the + operator also means string concatenation. Javascript thinks to itself 'hello' string concatenated with a 1 val
by maximusprime 15y ago
You're conveniently ignoring the fact that the + operator also means string concatenation.
Javascript thinks to itself 'hello' string concatenated with a 1 value.