When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

MichiganX logo

MichiganX: Using JavaScript and JSON in Django

This fourth and final course in Django for Everybody explores the JavaScript language and provides an introduction to the jQuery library and the JavaScript Object Notation (JSON) syntax.

     0 |
  • Reviews ( 0 )
₹4897

This Course Includes

  • iconedx
  • icon0 (0 reviews )
  • icon5 weeks at 2-4 hours per week
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconMichiganX

About MichiganX: Using JavaScript and JSON in Django

In this final course, we'll look at the JavaScript language and how it supports the Object-Oriented pattern, with a focus on the unique aspects of JavaScript's approach to OO. We'll provide an introduction to the jQuery library, which is widely used for in-browser manipulation of the Document Object Model (DOM) and event handling. You'll also learn about JavaScript Object Notation (JSON), which is commonly used as a syntax to exchange data between code running on the server (i.e., in Django) and code running in the browser (JavaScript/jQuery). You will continue to develop your classified ads application, adding features that make use of JavaScript, JQuery, and JSON. This course assumes you have completed the first three courses in the specialization.

What You Will Learn?

  • Explain and give examples of many-to-many relationships in data modeling .
  • Write syntactically correct JavaScript language and demonstrate debugging capabilities .
  • Build objects using JavaScript .
  • Explain basic elements of low-level jQuery .