var func = function() { // todo };
function func(){ // todo }
var xyz = function abc(){ // xyz is visible here // abc is visible here } // xyz is visible here // abc is undefined here