(function () { 'use strict'; var foo = function () { return 42; } console.log( foo() ); }());