Exercise: Set up development environment
If you prefer to use another Editor/IDE, that's ok. Then insted of these steps, make sure you have similar capabilities there.
- Install Atom
- Open the directory where you've already saved the .html and .js files earlier using File/Open Project Folder
- Install the Ternjs (atom-ternjs) package for JavaScript intelligence and check if it works properly. (In your .js file type in a string followed by a .)
- Install the 'script' package to be able to run code from editor. Try to run the .js file.