...

/

Summary: Getting Classy

Summary: Getting Classy

Review what we learned about classes in JavaScript.

We'll cover the following...

Key points

  • Objects are copied by reference in JavaScript. To make a hard copy of an object, you need to use the spread operator. ...