classes
Classes in JavaScript are a blueprint for creating objects with shared properties and behaviors. They encapsulate data and methods within a single construct, allowing you to create multiple instances of objects with consistent properties and behaviors.