Making AJAX Requests
Let's see how an AJAX constructor behaves differently from the observables and throws an error if the URL doesn't exist.
We'll cover the following...
We'll cover the following...
ajax constructor
ajax is another helper constructor; this one performs an AJAX request.
It returns an observable of a single value: whatever the AJAX ...