I'm trying to print results for following combinations in chrome console. But could not able to understand results. why console returns following results. Can anyone please explain this?
[] + {} ==> "[object Object]"
{} + {} ==> "[object Object][object Object]"
{} + [] ==> 0
[] + [] ==> ""