javascripttopics.hashnode.devJavaScript Operators: The Basics You Need to Knowwhen we write JS we constantly perform operations on the values, like adding , comparing, making decisions in the condition on the value Types of operators In JS we have 4 types of operators Arithmet1h ago·3 min read
javascripttopics.hashnode.devUnderstanding Object-Oriented Programming in JavaScriptIf u find picture unclear here then read this blog on my SubStack accout with clear imagesRead Here SubStack If you’ve ever felt like your code is becoming a tangled mess of variables and functions, 4d ago·9 min read
dtg.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen people say “CSS is easy”, they usually mean writing colors and fonts.What they don’t tell you is that CSS selectors are where beginners either get it or get lost. Selectors are not decoration.Selectors are how CSS knows what to style. If you don...Feb 10·3 min read
dtg.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEver found yourself typing the same HTML tags over and over? <p>, </p>, <div>, </div>... it can feel like you're spending more time on angle brackets and slashes than on your actual content. For beginners, this can make learning HTML feel a bit tedio...Feb 9·5 min read
dtg.hashnode.devUnderstanding HTML Tags and ElementsIf you imagine a website as a house, HTML (HyperText Markup Language) is the blueprint and the frame. Before you add the paint (CSS) or the electricity (JavaScript), you need a solid structure to hold everything together. HTML is the standard languag...Feb 9·4 min read