[] + {} == {} + []
true
a = {} + []
"[object Object]"
b = [] + {}
"[object Object]"
[] + {} + 3 + "ana"
"[object Object]3ana"
{} + [] + 3 + "ana"
"3ana"dafuq? Mihai _______________________________________________ http://lists.rosedu.org/listinfo/rosedu-general http://lists.rosedu.org/guidelines - Mailing List Guidelines
