Node.js - Timers and Scheduling
Which of the following is the correct syntax to schedule a function to run after 100 milliseconds in Node.js?
setTimeout(callback, delay), where delay is in milliseconds.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions