Hello World
There are a number of advantages to writing Hello World as your first program including the simplicity of it. In Python it would look like:
print ( "Hello World" )
Type this into a Python command prompt and press enter.
Javascript
In JS it would look like: alert('Hello, World!')
although this would create a pop up!
IMAGE CREDIT: https://en.wikipedia.org/wiki/File:HelloWorld.svg