How to convert the below statement to the synchronous request?
Options:
Explanation:
To execute a synchronous request, you need to change the third parameter of the <span class="w3-codespan">open()</span> method to <span class="w3-codespan">false</span>.
Tags:
AJAX
Answer:
How to convert the below statement to the synchronous request Convert the third parameter to "false".