Answers for "what is the difference beetween += and =+"

1

what is the difference beetween += and =+

var myVar = 'this is '
myVar += 'something'
console.log(myVar)

//It will output "this is something"
Posted by: Guest on February-17-2021

Code answers related to "what is the difference beetween += and =+"

Code answers related to "Javascript"

Browse Popular Code Answers by Language