MWMd Wasim Akraminwasim3.hashnode.dev·Sep 12, 2022 · 3 min readJavaScript Interview Preparation CheetsheetScope "Scope is the accessibility of variables, functions, and objects in some particular part of your code during runtime. In other words, scope determines the visibility of variables and other resources in areas of your code." Local Scope In Ja...00
MWMd Wasim Akraminwasim3.hashnode.dev·Aug 27, 2022 · 9 min readJavascript: All About Array and Its Method1. What is an array? An array is a single variable that is used to store different elements. It is often used when we want to store a list of elements and access them by a single variable. Arrays are generally described as "List-type objects". They ...00
MWMd Wasim Akraminwasim3.hashnode.dev·Aug 12, 2022 · 7 min readCSS Selector: Top selectors of CSS DevelopmentWhat are CSS Selectors? A CSS selector is used to target the HTML elements which we want to style in our programs. We can say that it is the root part of the CSS without a Selector We can not apply properties to the HTML elements that make our code ...00