Related questions
Question 493 - H14-231_V1.0 discussion
The description of the ForEach(arr,itemGenerator,index) component is correct
A.
ForEach can loop through logical code, such as console.info ('hello').
B.
The first parameter must be an array, providing a data source for circular rendering.
C.
The second parameter generates the lambda function of the child component, which generates the child component for each array item in the data source.
D.
The third parameter is an anonymous function that generates a unique and stable key value for a given array item.
Your answer:
0 comments
Sorted by
Leave a comment first