Welcome to the second Easy JavaScript Tutorial, part of Easy Programming! Just as many beginnings of programming tutorials, we're going to start off with something simple, how to say "Hello World!" in JavaScript.
You will see three different ways to say hello world: in an alert box, in the JavaScript console, and on the web page! Don't worry too much about the functions that you see me write today. I will explain everything in greater detail in the future! This tutorial is meant to give you a brief understanding of how to output information using JavaScript.
View the JSFiddle to follow along: https://jsfiddle.net/easyjs/f682yv89/
Remember to checkout the Resources section below for associated downloadable content, JSFiddle links, and other resources. Watch the video and follow along!