Posts

Showing posts from August, 2025

what is map and filter in js

Image
 

What is Class in js

Image
  "In JavaScript, a class is an ES6 feature that makes it easier to create objects and use inheritance. Behind the scenes, it still works using prototypes and supports constructors, methods, and inheritance with extends and super ."