Ilya Kantor
Hello, World!
JavaScript is an interpreted language. That means: no compilation. You just write code and attach it to HTML.
The simplest way is to put JavaScript directives into SCRIPT tag somewhere inside the page.