Creating Objects using new object notation
Sep 28 2020

Sivaraman Dhamodaran

In this JavaScript Tutorial, we will learn how to create object called Person. Then we will add data and function members to it. Finally, we will see how to use the Person object and call its member function.