kushagrablogs.hashnode.devJavaScript Arrays 101Topics to Cover What arrays are and why we need them How to create an array Accessing elements using index Updating elements Array length property Basic looping over arrays What arrays are and4d ago·2 min read
kushagrablogs.hashnode.devJavaScript Operators: The Basics You Need to KnowTopics to Cover What operators are Arithmetic operators (+, -, *, /, %) Comparison operators (==, ===, !=, >, <) Logical operators (&&, ||, !) Assignment operators (=, +=, -=) What Operators ar4d ago·2 min read
kushagrablogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupTopics to Cover What Emmet is (in very simple terms) Why Emmet is useful for HTML beginners How Emmet works inside code editors Basic Emmet syntax and abbreviations Creating HTML elements using Emmet Adding classes, IDs, and attributes Creatin...Jan 30·4 min read
kushagrablogs.hashnode.devUnderstanding HTML Tags and ElementsTopics to Cover What HTML is and why we use it What an HTML tag is Opening tag, closing tag, and content What an HTML element means Self-closing (void) elements Block-level vs inline elements Commonly used HTML tags What HTML is and why we u...Jan 30·3 min read
kushagrablogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionTopics to Cover Why CSS selectors are needed Element selector Class selector ID selector Group selectors Descendant selectors Basic selector priority (very high level) Why are CSS selectors needed? CSS is Cascading Stylesheets. Cascading mea...Jan 28·3 min read