SyntaxFix
Write A Post
Hire A Developer
Questions
What about this:
var txt=""; var nyc = { fullName: "New York City", mayor: "Michael Bloomberg", population: 8000000, boroughs: 5 }; for (var x in nyc){ txt += nyc[x]; }