Question: What type of function can have its execution suspended and then resumed at a later point?
- Generator function
- Arrow function
- Async/ Await function
- Promise function
Answer: The correct answer of the above question is Option A:Generator function