Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does this log?
const key = "age";const person = {name: "John", age: 30};console.log(person[key]);
const key = "age";
const person = {name: "John", age: 30};
console.log(person[key]);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!