CALLBACK in English translation

callback
gọi lại

Examples of using Callback in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Callback thay đổi phần từ
The callback is free to modify the item
Callback là cách đảm bảo code sẽ không hoạt động trước khi các code khác hoàn thành việc thực thi.
Callbacks are a way to make sure certain code doesn't execute until other code has already finished execution.
Callback sẽ được gọi bốn lần,
The callback would be invoked four times,
Pending callbacks: sẽ thực hiện hầu hết các callback với các exception khi close callback, các callback được đặt bởi timers và hàm setImmediate().
I/O callbacks: executes almost all callbacks with the exception of close callbacks, the ones scheduled by timers, and setImmediate().
Ngoài ra callback còn không cho phép sử dụng với 1 số feature của ngôn ngữ như Exceptions.
In addition, callbacks don't allow the use of some language features, such as exceptions.
Chỉ cần không sử dụng callback, trừ khi thực sự cần thiết, ví dụ như yêu cầu của thư viện hoặc vì lý do hiệu suất.
Don't use callbacks unless it's completely necessary, such as a library or for performance reasons.
HIểu theo cách đơn giản: Callback là một function, được thực thi
Simply put: A callback is a function that is to be executed after another function(normally asynchronous)
Callback là một cách để đảm bảo code nhất định không thực thi cho đến khi code khác đã thực hiện xong.
Callbacks are a way to make sure certain code doesn't execute until other code has already finished execution.
Những hành động của người dùng sẽ được theo dõi bởi binding events và callback tới mỗi elements.
User actions were tracked by binding events and callbacks to each of the elements.
JS thực hiện điều này không phải bằng cách sử dụng callback thông thường mà là với promises: session.
JS does this not by using conventional callbacks, but with promises: session.
Service implement một Handler mà sẽ nhận callback cho mỗi lần gọi từ client.
The service implements a Handler that receives a callback for each call from a client.
keys của mảng vào 1 callback, nhưng ta có thể bắt được chúng.
to pass values and keys of an array to a callback, but we can bust it.
Sử dụng array map(), bạn có thể apply 1 callback cho tất cả các phần tử của mảng.
Using array_map(), you can apply a callback to every element of an array.
Các phần tử trong collection sẽ được thay thế bởi giá trị trả về của callback.
The items in the collection will be replaced by the values returned by the callback.
Khoảng các phần tử được xử lý bởi forEach() được thiết lập trước lần gọi đầu tiên của callback.
The range of elements processed by forEach is set before the first call to callbackfn.
Khi bạn ấn nút, chương trình sẽ không làm gì vì bạn giá trị được trả về từ the callback là None.
When you press the button, it does nothing because the return value from the_callback is None.
sẽ thực thi callback bắt đầu từ index 1,
reduce will execute the callback function starting at index 1,
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.
Trong quá khứ không quá xa, công cụ chính dành cho các lập trình viên JavaScript để xử lý các sự kiện không đồng bộ là callback.
In the not too distant past the primary tool available to JavaScript programmers for handling asynchronous events was the callback.
Một callback là một đoạn mã thực thi được truyền như một đối số cho các mã khác, dự kiến sẽ gọi lại( execute) đối số tại một thời gian thuận tiện.
A callback is a piece of executable code that is passed as an argument to other code, which is expected to call back( execute) the argument at some convenient time.
Results: 207, Time: 0.0268

Top dictionary queries

Vietnamese - English