Answers for "how to run js file in node terminal"

1

how to run javascript in terminal

// With node.js installed in windows commandline
C:\Users\Name> node
> console.log("Hello World");
Hello World
undefined
>
Posted by: Guest on June-06-2020

Code answers related to "how to run js file in node terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language