First Example – Hello World!

Whenever I start to learn a new programming language, I’ll always start by creating the industry standard “Hello World” app because it’s the most basic and fastest way to be hands on and start coding.

Let’s get after it! Our first sample consists of only 2 files: an HTML and a JavaScript.

Code: HelloWorld.html

Code: helloWorld.js