I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I came across strange alert output:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How can I get clear outputs from these object, any more relevant information , this doesn t really mean much to me or is there a better way to debug a javascript which someone could recommend it would be awesome ? thank you