SyntaxFix
Write A Post
Hire A Developer
Questions
var attr, object_information=''; for(attr in object){ //Get names and values of propertys with style (name : value) object_information += attr + ' : ' + object[attr] + '\n'; } alert(object_information); //Show all Object