CodeYourFuture / CodeYourFuture/React-Module-Project
Feature Footer
Đang mở
🏕 Priority Mandatory
🐂 Size Medium
📅 Week 1
🧩 Feature
- Ngôn ngữ chính
- JavaScript
- Star
- 1
- Fork
- 28
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**Instructions:**
Create a `` component which should be rendered at the bottom of the page. Pass the following array as a prop to this component: `["123 Fake Street, London, E1 4UD", "hello@fakehotel.com", "0123 456789"]`. Inside the component, use the data you passed as a prop to render a `
- ` list with each item of the array displayed as a `
- `.
**Hint:** The `.map()` method will be useful.
**Test:**
The footer should render at the bottom of the page with each address property displayed as a list item.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.