In this video, you’ll learn how to use AJAX to fetch data asynchronously to update the UI. We’ll create a ajax loader (spinner) to simulate the AJAX activity happening in the background, download some live JSON data from a website, and fetch the JSON data from the localhost (server) and update the window browser with the content.