2. XMLHttpRequest Object

Don’t Fear by seeing the title, I gave the title because it is an important 
thing that will be asked in interviews, so remember the name.

In AJAX
enabled applications data is exchanged with a server behind the scenes using the
XMLHttpRequest Object, so learning about this object is very
important.(especially for interviews)

Don’t bother about the coding and examples first learn the basics.

So let us learn
  • How to create XMLHttpRequest Object
  • Properties of XMLHttpRequest Object
  • Events of XMLHttpRequest Object
  • Methods of XMLHttpRequest Object
Points To Remember:
In AJAX enabled
applications data is exchanged with a server behind the scenes using the
XMLHttpRequest Object

Go To Lesson 3