JavaScript_Coding_Practise
*System Config: CentOS *Kernel Version: 3.10.0-862.el7.x86_64
(Installing from a file with .rpm format)
Install code-1.15.1-1502904099.el7.x86_64.rpm using command: < sudo rpm -i code-1.15.1-1502904099.el7.x86_64.rpm >
After installation browse to Visual Studio Code software.
On the Intro screen click on New File and start coding (save the file as filename.js)
Screenshot from 2018-12-24 10-01-10.jpg
Ways to Run the code:
1- Click on Debugg Menu and click on "start debugging" option
Debugg_window.jpg
2-Goto View->Integrated Terminal
On the terminal browse over to the directory where the current file is stored and type the command
< node filename.js >
Terminal_window.jpg