Summary

In this lesson, we will summarize all the concepts we learned in this chapter.

We'll cover the following...

JavaScript has a number of great features that allow you to implement advanced scenarios. In this chapter you learned the most powerful of them.

You can use the JSON syntax within your code to create objects, serialize them to strings, and parse JSON strings back to objects.

JavaScript functions are the cornerstones of useful programming patterns. Functions ...