多读书,多运动,多到远处走走,再看看不一样的世界。
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