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 898 times
Edit
3
Community Evaluations
developer avatar
Meir
21/07/2023
Un peu piĂšge si on fait pas gaffe.
developer avatar
karim
06/10/2022
pertinente, il y a deux réponses possibles mais on le voit pas directement