Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Destructuring | Advanced Object Manipulation
JavaScript Data Structures

Challenge: DestructuringChallenge: Destructuring

Task

Create a script demonstrating object destructuring by extracting properties from the provided movie object and logging them. Specifically, construct a logging message that includes the person's name, producer, budget, and duration time.

Expected output:

  1. Use object destructuring to extract the name, producer, duration, and budget properties from the movie object.
  2. Construct a sentence using the extracted properties to describe the movie.

Everything was clear?

Section 3. Chapter 8
course content

Course Content

JavaScript Data Structures

Challenge: DestructuringChallenge: Destructuring

Task

Create a script demonstrating object destructuring by extracting properties from the provided movie object and logging them. Specifically, construct a logging message that includes the person's name, producer, budget, and duration time.

Expected output:

  1. Use object destructuring to extract the name, producer, duration, and budget properties from the movie object.
  2. Construct a sentence using the extracted properties to describe the movie.

Everything was clear?

Section 3. Chapter 8
some-alt