Md.Al-Amin SahedforSahed's Programming Thoughtsahedthought.hashnode.net·Oct 2, 2022Prototype and how Class works in JavascriptI am not going to tell you what is the prototype in javascript. Let's explore it. Just create an html and js file. Add the js file to html file and run it in the web browser. function ab() { } console.dir(ab); Now check the console of your browser...1 like·120 readsJavaScript prototypeAdd a thoughtful commentNo comments yetBe the first to start the conversation.