use object deconstructing code example
Example 1: how to use object destructuring to spread part of an object into another
how to use object destructuring to spread part of an object into another
Example 2: destructure to object
({x: oof.x, y: oof.y} = foo);