In Javascript, an object is a standalone entity, with properties and type. Example: let student = { name: 'Ritik Malviya', location: 'North Pole', dateOfBirth: '01/01/2000', displayInfo: function(){ console.log(`${this.nam...
ritikmalviya.hashnode.dev3 min readNo responses yet.