Week7day3 ObjectsofArrays

• Composition: Composition allows objects to gain functionality by including other objects, leading to a more flexible and modular design. • Usefulness of Objects:Objects in JavaScript group related variables (properties) and functions (methods) under a single entity, reducing complexity and improving data management. • Arrow Functions: Arrow functions provide a shorter syntax for writing functions and automatically bind