Angular MCQs with Answers

How would you display a list of Employees on a webpage along with where they were in the list?
A)
Loop through and print the index
B)
Loop through and print the employees
C)
Pass both the index and the employee to a web service
D)
Loop through and print the index and the employee

Correct Answer :   Loop through and print the index and the employee