5 ways to create an object in JavaScript

The object is the fundamental part of any modern OOP language. JS is very different in the case of objects compared to other programming languages. Unlike another language, we can create an object in javascript using multiple ways. As objects are treated as first-class entities in javascript we can easily store, manipulate and transfer it […]