in this article, we will covering Prototype , prototype chaining , prototype inheritance. Lets get on started. to understand the Prototype let's create an array let array = [“mango”, “orange”, “Banana”] as we can show we create an array and when do .(dot) …