ExamGecko
Question list
Search
Search

Related questions











Question 493 - H14-231_V1.0 discussion

Report
Export

The description of the ForEach(arr,itemGenerator,index) component is correct

A.
ForEach can loop through logical code, such as console.info ('hello').
Answers
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.
Answers
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.
Answers
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.
Answers
D.
The third parameter is an anonymous function that generates a unique and stable key value for a given array item.
Suggested answer: B, C, D
asked 18/09/2024
Martijn Pollmann
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first