First Post!

Written by Raymond May, Jr.

(function () {

  var greeting = 'Hello world.';
  alert(greeting);
})()