What is the method to read file synchronously?
Correct!
Wrong!
fs module provides readFile method which is non-blocking.
How an infinite loop will be executed by Node.js?
Correct!
Wrong!
Timer functions, I/O and Network Operations will be executed asynchronously.
Quiz: Blocking and Non-blocking Code
Your results!!!