Scope, Scope Chain, and Lexical Environment In JavaScript.Scope in javascript is an important concept and gives us the power to write variables in a way we cannot imagine. It provides extra security to our variables by avoiding unwanted modifications from other parts of the program. It also gives us the pow...Sep 18, 2022·3 min read
Learn MarkDown in 5 minWe have all seen GitHub repositories readme.md file used for project explanation. In today's world, we should explain our code through our readme files as no one can understand your code right away. Here I have simplified and tried to explain majorly...Jul 23, 2022·2 min read
Learn position property in CSSPosition property in CSS sometimes takes some time & practice to understand. Here we will see a practical way of learning CSS position properties. Values of the position property 🔥 👉 static: Every element has a static position by default, so th...Jul 22, 2022·2 min read
Practical Way of Using Pseudo Selector in CSSThere are a lot of pseudo selectors in CSS & remembering all of them is not possible, but we are going to talk about the most commonly used selectors and most here. ⚒Designing Links and Buttons using LVHA Rule LVHA refers to Link, Visited, Hover, an...Jul 22, 2022·2 min read