Destructuring is a programming concept that entails breaking down a complex data structure into its individual
components and assigning these components to individual variables directly in a single statement.
The main objective of building code tests in an application is to certify what was coded, that is, to guarantee that a
given piece of code does what it should do.