Write a function to log 5 seconds after server is started
Answers
Answered by
1
Explanation:
The Timers module in Node.js contains functions that execute code after a ... milliseconds (or 1.5 seconds) as possible due to the call of setTimeout() .
Similar questions