soumyaditya-blog.hashnode.devThe Magic of this, call(), apply(), and bind() in JavaScriptWhat does this mean in JavaScript? In the title, I used the phrase “The Magic of JavaScript.”Of course, there is no real magic in programming; everything follows clear rules and logic.But JavaScript h13h ago·8 min read
soumyaditya-blog.hashnode.devJavaScript Operators: The Basics You Need to KnowIf you’re starting your JavaScript journey, operators are one of the first and most important concepts you’ll encounter. Operators allow you to perform calculations, compare values, and make decisions1d ago·7 min read
soumyaditya-blog.hashnode.devArray Methods You Must Know in JS:-In every programming language, we have a data structure that stores values called an array. It is a data structure that stores multiple values in a single variable, in a specific order. JavaScript pro2d ago·7 min read
soumyaditya-blog.hashnode.devEmmet for HTMLWriting HTML Without Emmet Feels Slow:- Writing HTML without Emmet feels boring and repetitive. Every element needs an opening tag and a closing tag. Angle brackets appear everywhere. The same tags repeat again and again. Common structures like lists...Jan 29·5 min read
soumyaditya-blog.hashnode.devCSS Selectors 101Why CSS selectors are needed:- CSS selectors decide which HTML elements receive styles. They act as the link between a CSS rule and a specific part of a webpage. Before any color, spacing, or layout applies, the browser first reads the selector to kn...Jan 29·5 min read