ASAman Srivastavinamanfrontend.hashnode.dev·Jul 29, 2025 · 14 min readJavaScript Rapid-Fire Q&A (Interview Ready)1️⃣ Basics Q1: What are var, let, and const? var → function-scoped, hoisted, can re-declare. let → block-scoped, hoisted (temporal dead zone), no re-declare. const → block-scoped, must be initialized, no reassignment. Q2: Difference between == a...00
ASAman Srivastavinamanfrontend.hashnode.dev·Jul 29, 2025 · 5 min readTop 15 CSS Q/AQ1: What is CSS? A: Cascading Style Sheets — used to style HTML elements. Q2: Types of CSS? A: Inline, Internal, External. Q3: Difference between relative, absolute, fixed, and sticky positioning? relative → positioned relative to itself. absolute ...00
ASAman Srivastavinamanfrontend.hashnode.dev·Jul 29, 2025 · 3 min readHtml Top 15 Q/aQ1: What is HTML ? HTML stands for HyperText Markup Language. It is the basic building block of a website — like the skeleton of a web page. 🦴 HyperText → Links that connect web pages. Markup → Special tags (<tag>) that tell the browser how to dis...00
ASAman Srivastavinamansrivastav.hashnode.dev·Jul 27, 2025 · 3 min readHow Safe Is Your Social Media Account?Tracking Through Likes, Comments, Tags Social media platforms like Instagram, Facebook, Twitter (X), and TikTok have become extensions of our identity. But while you're busy sharing, liking, and tagging — you're also leaving behind digital footprints...00
ASAman Srivastavinamansrivastav.hashnode.dev·Jul 27, 2025 · 3 min readWhat Happens When You Report a Cybercrime in India? Step-by-Step GuideWhen you're a victim of cybercrime in India, knowing the exact process can help you act fast and effectively. This guide walks you through every step—from reporting to resolution—with official sources and real-life cases. 1. Gather Evidence Immediat...00