Home »
Eclipse
A JavaScript file in eclipse
In this article, we will look upon how to create a JavaScript file in eclipse mars 2?
Submitted by Manu Jemini, on February 28, 2018
Here are the steps to create a JavaScript file in Eclipse,
1) Right Click on the project folder or package
2) Hover on the new option and click on the other option
3) Choose the JavaScript source file and click Next
4) Give a name to your new file and click FINISH
5) Here you have your JavaScript file in the explorer and the file will automatically opens up in the editor
Now you can use this file to write JavaScript in it.