What is Prototype and Prototype Chaining in JavaScript.Prototype: In JavaScript, every function and object has a property named "prototype" by default. Prototypes are the mechanism by which JavaScript objects inherit features from one another.Whenever we create an object or function JavaScript engine add...Jan 12, 2023·2 min read
Everything About Selectors in CSSSelector are used to select the HTML element that we want to style. Css selector select the HTML element according to it's Id, Class, type, attribute. There are many different types of selectors. Universal Selectors (*). Individual Selectors. Class ...Nov 12, 2022·4 min read
Introduction to Web and HTMLWeb: Web which is also know as World Wide Web commonly referred as www or w3. Web is the collection of websites or webpages (website which contains text pages, audio, video, images etc and webpage is a simple document displayed by browser) stored i...Nov 12, 2022·2 min read