Hướng dẫn thử thách
1 / 12
Step 1
In this project, you will learn how to work with props by building a reusable profile card component.
Start by using the `export` keyword to create a `Card` functional component with `name`, `title`, and `bio` as the props. Don't forget to make sure they're all wrapped in curly braces. That way, you destructure them instead of accessing them from `props`.
Also, return a pair of parentheses with an empty string inside for now.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.html
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵