Description
This course covers making AJAX requests using the XMLHttpRequest as well as the newer fetch. Use JavaScript to send requests, receive response content and use the response data to output into the html. JavaScript is at the center of it all connecting the web page content to the server data and doing all the work in between. Course Covers How to setup a localhost What Fetch and XHR are and how they work How to load an external files into the JavaScript How to connect to web apis and load data Using JavaScript to read response content and make use of it Exercise to build a random user loader Using AJAX to get a txt file content Exercise Getting Random Jokes to output on a website Using Fetch Exercise Posting form data to a server using Fetch Practice AJAX Source Code is included