14. Addition vs Unary Plus
What does the code snippet to the right output by console.log
?
There is a difference between Addition Operator(+) and Unary plus operator(+), even though they use the same '+'.
What does the code snippet to the right output by console.log
?
There is a difference between Addition Operator(+) and Unary plus operator(+), even though they use the same '+'.