L
laredotornado
Hi,
I have this alert statement
alert(myObj);
which when executed, alerts "[object Object]", or something similar.
Is there a way I can see a list of attributes and values instead or do
I have to write a custom method for my object?
Thanks, - Dave
I have this alert statement
alert(myObj);
which when executed, alerts "[object Object]", or something similar.
Is there a way I can see a list of attributes and values instead or do
I have to write a custom method for my object?
Thanks, - Dave