This repository contains solutions for the JavaScript Assignment — Objects & Classes, assigned by Sir Asad under the Skill Sikhao training program.
It demonstrates practical implementation of JavaScript Objects, Methods, and Classes through hands-on exercises.
- Create and update objects using properties and methods.
- Implement nested objects and access their values.
- Use loops to iterate over object keys and values.
- Create classes with constructors and methods.
- Implement inheritance using
extends
. - Work with class instances to perform actions and calculations.
Objects • Methods • Inheritance • Classes • Encapsulation • Loops