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