What are the possible values for the readyState property ? Describe all values.
There are the list of all possible values for readyState Property :-
Value State
0 The request is not initialized.
1 The request has been set up.
2 The request has been sent.
3 The request is in process.
4 The request is completed.