Q11.

What is the difference between require and import?

Q12.

What is CommonJS?

Q13.

What is ES Module in Node.js?

Q14.

What is package.json?

Q15.

What is npm?

Q16.

What is npx?

Q17.

What is the difference between dependencies and devDependencies?

Q18.

What is process in Node.js?

Q19.

What is process.nextTick()?

Q20.

What is the difference between setImmediate and setTimeout?