Home »
MCQs »
Aurelia MCQs
____ is the process of postponing the execution of a function until a certain amount of time has elapsed without it being invoked
17. ____ is the process of postponing the execution of a function until a certain amount of time has elapsed without it being invoked.
- Constructor
- Aurelia.use
- Debouncing
- Throttling
Answer: C) Debouncing
Explanation:
Debouncing is the process of postponing the execution of a function until a certain amount of time has elapsed without it being invoked.