Javascript Polyfills
Have you ever wondered how everything in JS is an object!!
In JS we can point out that every method, function, array, variable… all of it is an object, you can get to know it by yourself too..
Just open console in any browser and see the methods of a...
javascript-fundamentals.hashnode.dev3 min read