Duration: 17 minutes
Summary: In this video, we explain the use of objects. JavaScript supports creating and using objects (although it is not a fully object-oriented language). This section starts the discussion of literal objects. We first create a book object, with title, author, pages and year. Then we create a function that prints the contents of the object (using the "with" statement to type less). Then, we will use a different variation of the for loop to print out the properties of the book object.
Methodology of the development of example: coding based on international standards and sharing application in client / server.
Technology Used: JavaScript – Core language Concepts
Keywords: JavaScript, HTML, var, function, with, in, object.