AAnkitinjson-like-object.hashnode.dev·Feb 21, 2025 · 6 min readPrototype - The Backbone of JavaScriptAll JavaScript types are based internally on objects called prototypes, including Javascript arrays and strings. The JavaScript standerd describe Prototype describe how Javascript ES6 clesses work internally and have been an important part of Javascr...00
AAnkitinjson-like-object.hashnode.dev·Feb 11, 2025 · 4 min readPolyfills In Java-scriptWhat is Polyfills and How implemented Polyfill in JavaScript. A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it and better understand the Prototype Fun...00
AAnkitinjson-like-object.hashnode.dev·Feb 9, 2025 · 3 min readJSON like ObjectJSON (JavaScript Object Notation) serialization converts a JavaScript object into a JSON string. It is a good way of exchanging information between server and client or between servers. What is JSON : JSON is a lightweight data-exchange formater(str...00