Javascript Object ,Prototype and Prototype chaining
What is an Object?
Objects in JavaScript are also dynamic, it can also have properties and methods added or removed at runtime. Each object has a unique identity and it is an instance of an object constructor
//Creating the Object
const object ={
...
minecraftcoder.hashnode.dev2 min read