-
.map hint: {this.customersArray.map((customer, index) => ( -
//return your elements here -
//Each <tr> will also need a key prop with a unique value. -
))}
promineotech/FEFunctionBasedLabpt2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
.map hint: {this.customersArray.map((customer, index) => (
//return your elements here
//Each <tr> will also need a key prop with a unique value.
))}