New to JS so this is probs a very basic question but can someone (Ivan or anyone here) explain how to use Atom with the Chrome Browser? In the Javascript Programming course (Lesson 31- Scope - Local and Global Variables) Ivan hops on Atom and the code he writes is appearing in the Chrome Broswer? How can i Set that up? Thanks in advance for the help.
Hi,
When you write your code in Atom you can save this file as a .html file. For example: “HelloWorld.html”.
If you save this file to, say your desktop. You will see this file as an executable on your desktop. If you open this file you will see the website that you’ve wrote, interpreted by your browser. Depending on what browser you have setup as standard it will open in this browser.
If Google Chrome is not your standard browser you can right click on the file and select “open with…”
Hope this helped.
Jordi