What is Node.js used for? <<
( ) Node.js is used to compile JavaScript on the browser {{Incorrect because Node.js is not used to compile JavaScript, the built-in JavaScript engine compiles the code.}} ( ) Node.js is used to run JavaScript on the browser {{Incorrect because Node.js does not run JavaScript on the browser.}} (x) Node.js is used to run JavaScript outside the browser {{Correct because Node.js is used in the terminal to run JavaScript code locally.}} ( ) Node.js is used to run websites locally in your terminal {{Incorrect because this is not a Node.js feature.}} ( ) Node.js is used to create websites with JavaScript features {{Incorrect because this is not a Node.js feature.}}
||Node.js is a platform that is used outside the browser. ||