Understanding the new Keyword in JavaScript
Imagine you have a function that defines a user — name, age, and some behavior.
Now you want to create 100 users from it.
Do you manually create 100 objects?Or do you use a smarter approach?
JavaScrip
blog.anands.dev4 min read