© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Janardhan Verma
Today let's start with an example. function Student(name, standard, age) { this.name = name; this.standard = standard; this.age = age; } Here we have a blueprint for creating student obje
No responses yet.