CodeFoodPixels’s avatarCodeFoodPixels’s Twitter Archive—№ 2,992

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