Question from the Javascript - Fundamentals test

Access the value of the 'level' attribute in a Javascript object

Medium

What statement(s) can be written to access the value of the "level" attribute?

let profile = { nickname: "Kayetana", level: 4, Beginner: true }; 
let p = "level"; 
let level_Kayetana =?; 
Author: KahinaStatus: PublishedQuestion passed 1278 times
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!