AI Features

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! :)

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 ...