Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Javascript Intermediate level 3 - JSON
Rating: 4.5 out of 5(494 ratings)
4,101 students

Javascript Intermediate level 3 - JSON

Learn how to Master JSON in Javascript
Last updated 1/2022
English

What you'll learn

  • Learn to use JSON with Javascript
  • At the end of this course students will be able to take their existing javascript skill to an intermediate level
  • Build clean Javascript applications

Course content

3 sections26 lectures2h 25m total length
  • Introduction3:37

    Edwin Diaz introduces himself and shares his coding journey, offering tips to succeed in JavaScript intermediate: set realistic goals, practice with me, don't skip lectures, and finish the course.

  • Reference files1:03

    Download the reference files and code from scratch with me, learning by doing and building projects toward the final course project.

  • Editors, Video Quality and Udemy Interface Walk Through8:54

    Take a tour of the Udemy interface, adjust video quality to 1080p and captions, and explore editors like Visual Studio Code and JetBrains IDEs along with notes, Q&A, and resources.

  • Editor I recommend0:45
  • What is JSON5:35

    Explore JavaScript object notation, a lightweight text format for sharing data between clients and servers. Parse and access its data using curly braces, quotes, and dot notation.

  • JSON Objects Vs JavaScript Objects4:12

    Compare JSON declarations and JavaScript objects to understand keys, values, and data types such as strings, numbers, arrays, booleans, and null; learn parsing and dot versus bracket notation.

  • JSON tools3:11

    Discover practical JSON tools to validate data, fix errors, view structures, and minify files, using online validators and browser extensions for faster, clearer JSON.

  • Installing local server environment2:55

    Install a local server environment such as XAMPP, then use its C drive on Windows or Applications on Mac to store files in htdocs or www and run server-side languages.

Requirements

  • Basic Javascript

Description

The whole web has JavaScript so that tells us the this skill is a MUST in web development. If this skill is so needed, imagine the demand for developers. 

JSON is derived from JavaScript and it's supported in many different languages. JSON is one the best to share data between applications.

Learning JSON in JavaScript will be serve you well because most modern applications use JSON extensively in their front-end.

In this course we are going to learn all the basic things you need to get to know JSON personally, and the best part is that we are going to build a project at the end of the course. 

Building a project after learning JSON allows us to reinforce everything we have learned so far. 

I believe that knowledge is more useful by applying it!

Who this course is for:

  • Student looking to learn intermediate Javascript should take this course
  • Students looking to learn JSON in Javascript should take this course
  • Students looking to learn to build applications that deal with JSON should take this course