✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
let user = {
fullName: 'Taras Ukrainian',
login: 'Taras',
password: 'Abc-123',
role: 'user'
};
console.log(user.login); console.log(user[password]);