SYSaurabh Yadavinthesaurcecode.hashnode.dev·1d ago · 5 min readDOM in JavaScript – Connecting JavaScript With HTMLOver the past few days, I've learned the fundamentals of JavaScript—from variables and operators to functions, arrays, and objects. Today, I explored the DOM (Document Object Model). Until now, most o00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·2d ago · 5 min readObjects in JavaScript – Working With Structured DataYesterday, I learned about Arrays, which allow us to store multiple values inside a single variable. Today, I explored another fundamental JavaScript data structure—Objects. Arrays are useful when we 00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·3d ago · 3 min readArrays in JavaScript – Storing Multiple Values EfficientlyOver the past few days, I've learned about variables, operators, conditional statements, loops, and functions. Today, I explored Arrays, one of the most commonly used data structures in JavaScript. Ar00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·4d ago · 3 min readFunctions in JavaScript – Writing Reusable CodeOver the past few days, I've learned how to store data, perform operations, make decisions, and repeat tasks using loops. Today, I explored Functions, one of the most fundamental concepts in JavaScrip00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·5d ago · 3 min readLoops in JavaScript – Automating Repetitive TasksYesterday, I learned how JavaScript makes decisions using Conditional Statements. Today, I explored Loops, one of the most useful concepts in programming. Loops allow us to execute the same block of c00