If we make the third parameter in the open() method of XMLHttpRequest as false what will happen?
The JavaScript will throw an error in runtime
The JavaScript does not have to wait for the server response
The JavaScript has to wait for the server response
None of the above