The Littlest Javascript Introduction- Part 2

This supports the following case: https://www.alexandercowan.com/making-stuff-happen-javascript/ which is used in the following class: https://www.alexandercowan.com/software-development-class/

by MSBAStudent

JavaScript

console.log("Hello World!");

console.log(2+2);

x = 9;

console.log("x is going to be " + x);