In a Promise-based AJAX call, ________ is used to asynchronously await the response without blocking the execution.

  • await
  • then
  • catch
  • async
In a Promise-based AJAX call, the await keyword is used to asynchronously await the response without blocking the execution. This allows the code to continue its execution while waiting for the AJAX response.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *