I am trying to study the jquery class, but I have a hard time debugging an object because I can\'t see the element inside of it
Convert your array or object to a JSON object using stringify.
stringify
Example:
var obj = { "name":"bayiha", "age":30, "city":"Eseka"}; var myJSON = JSON.stringify(obj); alert(myJSON);
for more info clik here