ES6 Lambda 表达式 ES6 匿名递归函数 ES6 在函数里面的 Lambda 语句 ES6 Lambda 表达式 var foo = (x)=>10+x console.log(foo(10)) ES6 匿名递归函数 ES6 在函数里面的 Lambda 语句