School

Advanced Javascript

Week 05

Class

Read

  • Working with JSON in JavaScript

    This tutorial teaches you how to work with JSON data in JavaScript, including how to parse JSON, create JSON objects, and use JSON with AJAX requests. It also covers common errors and debugging techniques when working with JSON in JavaScript.

  • Parsing XML in JavaScript

    This blog post explains how to parse XML data in JavaScript, including how to use the DOMParser object to create an XML document object, and how to navigate and manipulate the XML data using JavaScript.

Watch