We’ll explain how to run JavaScript in VS Code and output to the terminal. Instead of using an editor in the browser to run JavaScript code, you can also run code locally on your machine using Node.js in VS Code (Visual Studio Code). We’ll talk about what Node.js is, how to install it, and how to run a JavaScript program. We’ll also talk about how to output JavaScript code to the Command Line / Terminal, and have our program accept command line arguments.