flodhest network

Function source VS function return value

foo = function() {
    return "bah";
}
VS