What is the Use of true or false in Ajax cal using Java
Script?
Answers were Sorted based on User's Feedback
Answer / vicky
I believe the question is about Open
("Get/Post","url","async") method.
True : Asnynchronisation is on. We can carryon the
processing and must not wait for the result. We'll assign
the function to get data in onReadyStateChange.
False: Synchronous processing. We must wait for the result
for further processing.
Thanks,
VS
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / hari kumar
ajax is a very famous football team ,but it doesnt hav any players wit the name true or false ,hence the qn is wrong
| Is This Answer Correct ? | 0 Yes | 6 No |
What is the event loop in JavaScript?
How do I view javascript files in chrome?
What do I need to code javascript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
What does double mean in javascript?
Why is javascript used for web pages?
What is spread syntax?
Name the numeric constants representing max, min values?
What is webpack used for?
How do you assign object properties?
How can a Javascript code redirect the user to a different page?
What is break and continue statements?