E23: Hello Javascript
Watch the following short screencast on how to create and run a Javascript project in IntelliJ IDEA:
Now do it yourself!
- Create an IntelliJ project called “HelloJavascript” inside a directory called HelloJavascript on your desktop.
- Create two files, “HelloJavascript.js” and “HelloJavascript.html”. Load the js file using the script tag inside the html file.
- Have the javascript write “Hello Javascript” to the console.
- Preview the html file in Chrome, and check that the message appears in the console.
- Make a change to the javascript file, and check the preview again.
Submission Instructions
This should literally take you two minutes. I don’t need to see it.