Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
let person = { id: 838209872, name: "John", age: 46, city: "New York" }; const firstKey = Object.keys(person)[0]; console.log(firstKey); /* run: id */