Where To Program Javascript

Posted by admin
Where
  1. Programs That Use Javascript

In Programming, there are several languages using which, a programmer or a developer makes desired websites and applications. One of the most used languages nowadays which used rapidly for web applications to give it a look and to create interactive effects within web browsers.But to test and see the working of a JavaScript program you need an IDE for web development which is capable of writing and running your JavaScript code.

Programs That Use Javascript

By assuming that you don’t have an IDE and want to run JavaScript file or program on your Browser like Chrome or FireFox which is most and commonly used web browsers. See below explanation on to know how to run JavaScript program in Chrome or Firefox browser. Run JavaScript Program in Chrome BrowserWhen it comes to running code on chrome then you have more than one option here, which includes by taking help of other software or even an IDE but since we are talking about the situation when you don’t have any of them accept the chrome browser. Using Chrome ConsoleYou can use this option to create, not big javascript programs but short programs for testing because the whatever program you will put inside console for testing, will disappear right after closing the browser. To start open console just by:Open your Chrome browser and Go to settings button in the Top right corner of your chrome browser and choose option More tools.Under More tools option you will see few more option, choose Developer tools option. Or simply hit Ctrl+Shift+I key to open the Console window inside Developer tools option.