ARROW FUNCTION in English translation

arrow functions
hàm mũi tên
arrow function
hàm mũi tên

Examples of using Arrow function in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Một trong những khu vực hữu ích nhất của arrow function là nằm trong các hàm array như. map,. forEach hay. sort.
One of the most useful places for arrow functions is in array functions like. map,. forEach or. sort.
Yếu tố ảnh hưởng đến việc giới thiệu arrow function là: ngắn gọn va không có rắng buộc về this.
Two factors influenced the introduction of arrow functions: shorter functions and non-binding of this.
Chúng ta sẽ sử dụng cú pháp arrow function cho việc xử lý sự kiện như sau.
avoid the confusing behavior of this, we will use the arrow function syntax for event handlers here and further below.
Nếu bạn không sử dụng cú pháp thuộc tính class, bạn có thể dùng“ hàm rút gọn” arrow function trong callback.
If you aren't using class fields syntax, you can use an arrow function in the callback.
Cho đến khi Arrow function được giới thiệu, mọi hàm mới đều xác định
Until arrow functions, every new function defined its own this value(a new object in the case of a constructor,
Sử dụng Arrow function trong ES6.
The Fat Arrow Function in ES6.
Sử dụng Arrow function trong ES6.
Multiple Instruction Arrow Functions in ES6.
Khi nào thì nên sử dụng arrow function.
When should we use arrow functions?
Ta có thể define lại những function trên với arrow function.
We can simplify this example with arrow functions.
Các bạn có thể tham khảo chi tiết về Arrow Function ở Đây.
You can learn more about Arrow functions here.
Việc binding của arrow- function không bị áp dụng đè, ngay cả khi sử dụng new.
The lexical binding of an arrow function can't be overridden, even with the new operator.
trong việc gọi một arrow function nó sẽ bị bỏ qua.
apply on invocation of an arrow function it will be ignored.
Điều tương tự cũng được áp dụng cho những arrow function được tạo bên trong hàm khác: this của chúng giữ giá trị this của lexical context kèm theo.
The same applies to arrow functions created inside other functions: their this remains that of the enclosing lexical context.
Khi các class được giới thiệu lần đầu tiên, bạn không còn sử dụng các arrow function được nữa vì các phương thức class phải được khai báo theo một cách cụ thể.
When classes were first adopted, arrow functions could no longer be used because class methods had to be declared in a specific way.
Không giống với các function khác, arrow function không phụ thuộc vào từ khóa this.
Unlike normal functions, arrow functions don't have their own this.
Khi sử dụng arrow function this không bị ràng buộc bởi thứ gì cả.
When using arrow function, this is not bound to the on scope.
Arrow function không có argument object của riêng nó.
Arrow functions don't have their own arguments object.
Arrow function được thiết kế không thể sử dụng như là generator.
Arrow functions can't be used as generators.
Sự khác biệt giữa Arrow FunctionFunction thông thường?
What is the difference between Arrow function and normal function?.
Lí do là arrow function không tạo ra this context.
Arrow function does not create its own this context.
Results: 57, Time: 0.0444

Word-for-word translation

Top dictionary queries

Vietnamese - English