for (key in mixed_var){
alert(count([5,6,7], 0)); // выведет 3 var obj = {x:'x', y:'y', z:'z', p:'p'}; alert(count(obj, 0)); // выведет 4