ES6 在函数里面的 Lambda 语句 ES6 Lambda 表达式 ES6 函数挂起 ES6 在函数里面的 Lambda 语句 var msg = ()=> { console.log("function invoked") } msg() ES6 Lambda 表达式 ES6 函数挂起