Transcript
00:00 This is another one of my favorite features. I I guess I can't choose a favorite because object destructuring is just fabulous. It's awesome. So in this exercise, we're going to go from accessing individual properties and and, making variables out of those to be able being able to have just a single line or a single statement that, grabs objects out of, properties and and assigns variables to that. Really useful, especially when we're talking about function argument lists where you have an options, argument and you wanna just grab the different options and have variable names for those individually and stuff.
00:34 It's really cool. So in this exercise, I want you to, go from accessing individual properties by doing the dot notation that we've done before into using destructuring to grab those individual properties so you can do stuff with it. Have a good time with this one. We'll see you when you're done.
