Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 389 Bytes

JavaScript

JavaScript is a high-level language traditionally used to add interactivity and pizazz to websites. As such, it is very popular and widely used.

With the Node.js runtime, it is also easy to write and execute JavaScript scripts that are command-line scripts.

File Extension

.js

Execute Application Scripts

cd <path/to/file>
node <filename>.js