JavaScript: Objects
ECMAscript 2019
| Beginner
- 14 Videos | 1h 31m 44s
- Includes Assessment
- Earns a Badge
Javascript is an object-oriented language, making objects a crucial topic for any Javascript course. In this 14-video course, learners explore object definitions to object methods and constructors while learning what a "class" is in Javascript. Key concepts covered here include how to create objects containing different types of data and functions and access their properties; and how to initialize empty objects and add/remove properties to/from them. Begin by learning the role of keyword "this" within the scope of Javascript objects; how to use the call method to link a Javascript object; and how to implement an object constructor and use it to instantiate new objects. Next, observe how to use assignment operators and Object.assign method to create new objects; how to use spread syntax and the JSON; and how to prevent changes from being made to an object by freezing it. Finally, learners see how to perform aggregate and filter operations on contents of an array with reduce and filter methods; and check the type of an object by using the instanceof operator.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this coursecreate objects containing different types of data and functions, and access their propertiesinitialize an empty object and add/remove properties to/from that objectrecognize the role of the "this" keyword within the scope of a JavaScript objectuse the call method to link a JavaScript object to a function callimplement an object constructor and use it to instantiate new objectsuse the assignment operator and the Object.assign() method to create new objects
-
use the spread syntax and the JSON object to create new objectsidentify a number of object methods to access the keys and values of an objectprevent changes from being made to an object by freezing itcreate a new array by performing an operation on the elements on an existing one using the map() methodperform aggregate and filter operations on the contents of an array using the reduce() and filter() methodscheck the type of an object using the instanceOf operatorsummarize the key concepts covered in this course
IN THIS COURSE
-
1.Course Overview2m 1sUP NEXT
-
2.An Introduction to JavaScript Objects9m 39s
-
3.Removing Properties from Objects4m 16s
-
4.The "this" Keyword in JavaScript Objects8m 44s
-
5.Linking Functions to Objects5m 1s
-
6.Object Constructors8m 46s
-
7.Creating New Objects from Existing Ones - Part 18m 20s
-
8.Creating New Objects from Existing Ones - Part 26m 1s
-
9.Object Methods7m 43s
-
10.Freezing Objects7m 36s
-
11.The map Method for JavaScript Arrays5m 29s
-
12.The reduce and filter Methods for JavaScript Arrays6m 48s
-
13.The instanceOf Operator10m 2s
-
14.Course Summary1m 18s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.