Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In this video, we'll continue with our intranet project. Now that we have a JSON response from the server and parsed it, we need to turn it into HTML and add it to the web page.
NOTE: In a real-world application, you'll likely receive data retrieved from a database, and converted into JSON by the web server, but all of the programming on your end would still be the same.
JavaScript lets you make 'POST' requests as well -- when you want to send form data like a blog or forum post. However, that can be a little bit complicated, and as you'll learn in an upcoming course, there are simpler methods for making AJAX requests with JavaScript.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up