Prototypes In JavaScript
What is Prototype?

Search for a command to run...
What is Prototype?

What is Call Stack ? Call stack is a mechanism for an Interpreter to keep track of its place in script that calls multiple functions - What function is currently being run and what function are called from within that functions When we Call a func...

JavaScript Interview Cheat sheet
JavaScript Inteview cheat sheet

JavaScript Interview cheat Sheet

JavaScript Interview Cheat Sheet

What is Array? Array is a Special variable, Which can hold more then one value. In javascript Array are not a primitives but objects to Understand we have some core Characteristics of It. JavaScript Arrays are resizable and can contain a mix of dif...

Position : - This property Specifies the type of Positioning method used for an Element. confusing terms I know. lets Simplyfy it Position Property is a property which we used when we have to position something ( image svg etc) or some tag on page...

Css can be Describes as how HTML elements should be look at the Screen. but Question arise how do we can select these Elements more efficiently.Because there are many types of Selector in the CSS which help us to make our work more easier like Univ...