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...
Updated: Wed, 08 Apr 2026 03:41:53 +0300