Learning JavaScript — Part Six: JSON

Date

Timestamps

  • :15 — What is JSON?
  • :45 — Syntax
  • 1:07 — Data Types
  • 1:30 — Objects
  • 2:01 — Arrays
  • 2:17 — Parsing JSON Data
  • 2:45 — Stringing JSON Data
  • 3:08 — What you can do with JSON

So now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…


So now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things on the page. Today, we’ll learn about JSON and how it relates to JavaScript.

Leave a Reply

Your email address will not be published. Required fields are marked *

I accept the Privacy Policy

This site uses Akismet to reduce spam. Learn how your comment data is processed.