var person = {"name":"taylor","age":31}; for (property in person) { console.log(property,person[property]); }