Hướng dẫn thử thách
1 / 13
Step 1
In this workshop, you will practice working with primitive types as well as object and array types by building out a type safe user profile.
Start by creating a variable called `profile` and assign it an object. Your object should have these three properties and values:
```md
username: "codeLearner",
age: 25,
isLoggedIn: false,
```
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵