ES6 Arrow functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions一个箭头函数表达式比函数表达式更短, 且没有和它自己的 this, arguments, super, or new.target绑定。这些 函数表达式适用于r non-method函数, 且它们不能用