Use these functions in order to flip back and forth between an Object and an Array.
Instructor: [00:01] We start with an object. We can turn that object into an array using object.entries, and pass in our object. To reverse that, we can use object.fromEntries and pass in our array. This results in our original object