Home / CSE MCQs / Angular 4 :: Discussion

Discussion :: Angular 4

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

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment