Hướng dẫn thử thách
1 / 12
Step 1
In this workshop, you will build a simple Wildlife Tracker using JavaScript objects.
Here is an example of an object:
```js
const animal = {}; // empty object
```
This creates an empty object.
Now create a variable named `tiger` and assign it an empty object.
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:⌘↵