What is Node.js primarily used for?
Which programming language is Node.js based on?
What is npm?
Which of the following is NOT a core module in Node.js?
What does 'fs' stand for in Node.js?
Which command is used to install a package using npm?
What is the purpose of the 'require()' function in Node.js?
What is the extension of a Node.js file?
Which of the following is used to handle HTTP requests in Node.js?
What is the global object in Node.js, similar to 'window' in browsers?