0Tarun Upadhyaya 7 years ago You don't install javascript, it is an engine inside your browser. Can you elaborate your question and purpose in case I am misinterpreting.
0Tjakka5 7 years ago If you want to program in Javascript, then I recommend https://netbeans.org/I personally don't use it, but heard good things about it.
0Sorunome 7 years ago JavaScript is built into a webbrowser, in the HTML you tell it with the <script type="text/javascript"></script> tags where is javascript.If you want to have an external javascript interpreter you should look for node.js
Comments
7 years ago
You don't install javascript, it is an engine inside your browser. Can you elaborate your question and purpose in case I am misinterpreting.
7 years ago
If you want to program in Javascript, then I recommend https://netbeans.org/
I personally don't use it, but heard good things about it.
7 years ago
JavaScript is built into a webbrowser, in the HTML you tell it with the <script type="text/javascript"></script> tags where is javascript.
If you want to have an external javascript interpreter you should look for node.js