CMPT 353 Final Practice Exam – Full Answer Key
CMPT 353 Final Practice Exam – Full
Answer Key
• Q: What is a callback function?
1. A: A function passed to another function to be called later, often used in asynchronous
programming.
• Q: Difference between timeout and interval?
2. A: `setTimeout` runs a function once after a delay; `setInte...


