Prototype and Polyfills
What is Prototype ?
Let's take a closer look at an interesting observation. When we create an array in JavaScript and then type a dot (.) after the array variable, we see various methods like length, sort, and more. But where do these methods come fr...
objectandmemoryinjs.hashnode.dev4 min read