function () { ... var a = function () {}; }
function () { var a; ... a = function () {}; }
function () { ... function a () { }; }
function () { function a () { }; ... }
I don't think the grandparent was unclear about this in his post though.
I don't think the grandparent was unclear about this in his post though.