What is the translation of " ARROW FUNCTIONS " in Chinese?

['æ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
ES6 Arrow Functions.
Let's look at the next benefit of arrow functions,“implicit returns”.
还是让我们来看一下使用箭头函数带来的下一个优点:“隐式返回”。
Arrow functions don't have their own this.
箭头功能没有自己的this。
When should I use Arrow functions in ECMAScript 6?
Javascript什么时候应该在ECMAScript6中使用Arrow函数??
Arrow functions don't have their own this.
的箭头函数都没有自己的this。
Please note that in for the arrow functions we need to use additional brackets.
请注意,在箭头函数中,我们需要使用额外的括号。
Arrow Functions are another interesting feature in ES6.
箭头函数是ES6中另一个有趣的功能。
There is an important difference between regular functions and arrow functions.
常规函数和箭头函数之间存在重要差异。
With ES6 arrow functions, we can transform the expression above into:.
用ES6的箭头函数,我们可以将上面的add实现成这样:.
I will show you how it is done in ES5(functional deceleration)and ES6(arrow functions).
我将向您展示如何在ES5(普通函数)和ES6(箭头功能)中实现。
Therefore, arrow functions can't be used as generators.
不可以使用yield命令,箭头函数不能用作Generator函数。
We didn't keep up with all the advancement in javascript e.g. ES6- arrow functions, deconstruction and so on.
我们不能完全跟上JavaScript的发展脚步,比如ES6--箭头函数、解构等等。
The next benefit of arrow functions is how they manage the“this” keyword.
箭头函数的另一个优点就是如何管理“this”关键字。
This is why all of the examples are written using the traditional function keyword,instead arrow functions.
这就是为什么所有示例都是使用传统的function关键字编写的,而不是箭头函数
Note: Arrow functions can never have their this value set using bind().
注意:箭头函数不能通过使用bind()设置它们的自己this值。
Let's take a closer look at how to use arrow functions and how this works with them in this lesson.
让我们仔细看看如何使用箭头函数,以及在本课中如何使用箭头函数。
Arrow functions(shorter anonymous functions) and lexical this(enclosing scope this).
箭头函数(匿名函数的简写)以及词法this(包含作用域this).
ES 6 Features: TypeScript includes most features of planned ECMAScript 2015(ES 6, 7) such as class,interface, Arrow functions etc.
Es6特性TypeScript包含了ECMAScript2015(es6,es7)的大部分特性,如类、接口、箭头函数等。
I'm using ES6 arrow functions here to make the example shorter, and easier to understand.
下面的示例使用ES6的箭头函数,使示例变得更短,更容易理解。
The specification took seven years to complete,but browsers and runtimes are finally starting to support arrow functions, let, const, proxies and more delights.
这份规范花了7年才完成,但现在浏览器和其他运行运行环境终于开始支持箭头函数,let,const,代理和更多令人喜悦的特性。
In arrow functions, the keyword yield can't be used(except when normal functions are nested in it).
Yield关键字通常不能在箭头函数中使用(除非是嵌套在允许使用的函数内)。
The ES6 version(also known as ES2015)includes many additions to the previous versions such as: arrow functions, classes, template literals, let and const statements.
其中ES6版本(也称为ES2015)包括对前面版本的许多补充,例如:箭头函数、class、模板字面量、let和const语句。
With single-line arrow functions(line 5), the'return' keyword is implicit so you don't need to type it out.
在单行箭头函数(第5行)中,「return」关键字是隐式存在的,所以不需要显式写出来。
Be aware: Arrow functions and function declarations/ expressions are not equivalent and cannot be replaced blindly.
请注意:箭头函数和函数声明/表达式不是等效的,不能盲目替换。
Using fat arrow functions is significantly faster than using normal functions(at least in our microbenchmark case).
有趣的是,使用箭头函数的部分应用比使用正常功能(至少在我们的微基准情况下)要快得多。
Using fat arrow functions is significantly faster than using normal functions(at least in our microbenchmark case).
有意思的是,使用箭头函数的偏函数应用要比正常函数快得多(至少在我们的微基准测试中是这样的)。
So by using arrow functions in the updateLanguagemethod, we don't have to worry about this which means we don't have to call. bind anymore.
所以在updateLanguage方法中使用箭头函数时我们不需要再担心this,意味着不必再使用.bind绑定它了。
When would you not want to use an arrow function?
什么时候你不能使用箭头函数??
The arrow function does not have its own this value.
箭头功能没有自己的this。
Results: 29, Time: 0.0252

Word-for-word translation

Top dictionary queries

English - Chinese