Class : blueprint of an object
Object: instance of a class
jQuery promises
REST
Representational state transfer
AJAX
Asynchronous Javascript and XML
padding: 5px 15px;
AJAX codes
Handling errors
Progress event
Promise object
The promise object has the done, fail, always, and progress methods that accept
a function parameter, which enables you to subscribe to state change. The then()
method on the promise object enables you to subscribe to done, fail, and progress
Deferred object
The deferred object is a wrapper for the promise object. The deferred object provides control of the promise object, which is read-only
$.when() method
Use the $.when() method to monitor the completion of many parallel asynchronous
calls. Use the $.when() method with no parameters to create a resolved promise object
A web worker
A web worker provides asynchronous code execution
TCP
Transmission Control Protocol
URL
Uniform Resource Locator
URI
Uniform resource identifier
The readyState property contains one of the following values