The Littlest Javascript Introduction- Part 3
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 Alex Cowan
JavaScript
//console.log("Hello World!");
var x = 2+2;
console.log(x);