Question: What type of function can have its execution suspended and then resumed at a later point?

  1. Generator function
  2. Arrow function
  3. Async/ Await function
  4. Promise function

Answer: The correct answer of the above question is Option A:Generator function