All Tracks/workshop plant nursery catalog/
Đang tải...
Hướng dẫn thử thách
1 / 32

Step 1

In this workshop, you'll build a plant nursery catalog while practicing JavaScript's Map and Set objects. To represent each plant in your catalog, you'll use objects, each with three properties: - `commonName`, the common name of the plant - `scientificName`, the scientific name (or latin name) of the plant - `cultivar`, the variety of the plant Start by creating an object with the three properties above for the `Spanish lavender` (scientific name `Lavandula stoechas`) of a cultivar called `Ballerina` and assign it to a variable named `ballerina`.
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:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.