ARROW FUNCTIONS in Chinese translation

['ærəʊ 'fʌŋkʃnz]
['ærəʊ 'fʌŋkʃnz]
箭头功能

Examples of using Arrow functions in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
ES2015 brings us the arrow function.
ES2015为我们带来了箭头功能
What is arrow function in ReactJS?
ReactJS中箭头函数的用途是什么??
With an arrow function expression, that construct can be shortened to.
而使用箭头函数表达式,该结构可以缩短为:.
Unlike a normal function, an arrow function does not have its own this, it takes this from the outer function where it is defined.
不同于一般的函数,箭头函数不具有其自己的this,它需要从被定义的外部函数得到this。
Unlike a normal function, an arrow function does not have its own this, it takes this from the outer function where it is defined.
和普通函数不同,箭头函数没有它自己的this值,它的this值继承自外围作用域。
Then calling the arrow function this is equals to window because it follows the this from bar.
那么调用箭头函数后,this指向window,因为它从bar继承了this。
With this new version of publishedInYear, we can rewrite our filter call, eliminating the arrow function.
利用新实现的publishedInYear,可以重写filter调用,从而消除箭头函数:.
Another syntax addition to the upcoming ECMAScript 6 is the arrow function expression to let us write a shorter function expression.
即将到来的ECMAScript6增加了另外一种语法,称为箭头函数,允许我们编写更短的函数表达式。
Arrow Function Expression(ES2015+)(which, like anonymous function expressions, don't involve an explicit name, and yet can create functions with names).
箭头函数表达式(ES2015+)(与匿名函数表达式一样,它不涉及明确的名称,但可以使用名称创建函数).
An arrow function expression has a shorter syntax than a function expression and does not bind its own this, arguments, super, or new. target.
箭头函数表达式的语法比函数表达式更短,并且不绑定自己的this,arguments,super或new.target。
An arrow function expression has a shorter syntax than a function expression and does not have its own this, arguments, super, or new. target.
箭头函数表达式的语法比函数表达式更简洁,并且没有自己的this,arguments,super或new.target。
Note that since we are talking about next-generation JavaScript, we also use the arrow function(Section 13.2) to shorten the incantation.
请注意,由于我们是在谈论下一代JavaScript,我们还可以使用ArrowFunction(13.2节)来缩短代码。
Arrow functions have no super.
箭头函数没有super.
Arrow functions are always anonymous.
箭头函数总是匿名的。
Arrow functions have no prototype.
箭头函数没有原型。
Arrow functions are always anonymous.
此外,箭头函数总是匿名的。
Arrow functions have no prototype.
箭头函数没有prototype属性.
Arrow functions have no“this”.
箭头函数没有自己的“this”.
Arrow functions are almost always anonymous.
箭头函数总是匿名的。
Arrow functions are almost always anonymous.
此外,箭头函数总是匿名的。
Results: 105, Time: 0.026

Arrow functions in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese