Loading
Current section: Session Storage 6 exercises
Problem

Improving Note Deletion Functionality with Multiple Cookies

Loading exercise

Transcript

00:00 I don't know a single product manager that would be okay with this problem. As soon as you delete a note, you'll never hear the end of it. Yeah, not okay. So we're going to fix that. It is simpler and more complicated than you might think, but it's not a very big step of the exercise. It's just a couple pieces to change.

00:18 We are going to be bringing in a utility because we're going to need to set two cookies at the same time. And you definitely can do that, and we'll see how to do that in this exercise. But the idea is we just need to unset the toast property on this session, and that will take care of it. So you've got a little bit of work to do,

00:37 and we'll see you when you're done.