Functions are First Class Citizens
In this lesson, we'll study JavaScript functions and how they can be used in tandem with objects. Let's begin! :)
We'll cover the following...
Object instances in JavaScript can have properties that contain special objects, called functions.
After you assign a function to an object, you can use the corresponding property to invoke that function ...