(function () { 'use strict'; /* this is an intro */ console.log( 'hello world' ); /* this is an outro */ }());