-
FrogDevelopers Arrays can be converted to strings, objects cannot. When 2 arrays are added it converts them to '' + '' which is '' 1/2
-
FrogDevelopers Objects end up being '[object Object]' when cast to a string so you end up with '[object Object][object Object]' 2/2