How do you run JavaScript file through the Terminal?
There might be a situation when you need to check your JavaScript code without using browser, in that situation what should we do? First of all you might be surprised “JavaScript code without browser?”. Yes it is possible by using NodeJs Runtime Environment. You can run your JavaScript file through …