Question from the Javascript - Fundamentals test

Archived

What type is "profile"?

   let profile = { nickname: "Kayetana", level: 4, Beginner: true }; 
Author: KahinaStatus: Archived(New question!)Question passed 334 times
0
Community Evaluations
developer avatar
Auteur anonyme
09/08/2022
It is not written in JSON. JSON would require quotes around property names.
developer avatar
Auteur anonyme
05/09/2022
Thank you, I update the question !