purnimagupta02.hashnode.devControl Flow in JavaScriptJavaScript control statements manage the flow of code execution, allowing decisions, repetitions, and jumps based on conditions. They alter the default top-to-bottom sequential order for more dynamic 1d ago·4 min read
purnimagupta02.hashnode.devJavaScript ArraysArrays : JavaScript arrays are special objects that store ordered collections of values in a single variable, supporting mixed data types and dynamic resizing. They enable efficient handling of lists 2d ago·4 min read
purnimagupta02.hashnode.devVariables and DatatypesVariables : Whenever we talk about variables in any language the first thought that comes in our mind that "Variables are that values which we hold in the memory". But nobody questions that why we hol3d ago·6 min read
purnimablogs.hashnode.devEmmet for HTML What Emmet is? Emmet is a code-writing shortcut tool built into editors like VS Code that expands simple abbreviations into full HTML or CSS code. It saves time by turning short text (like "div>p") in6d ago·3 min read
purnimablogs.hashnode.devCSS SelectorsWhy CSS selectors are needed? CSS selectors are essential for targeting specific HTML elements to apply styles precisely. Without them, CSS couldn't distinguish which parts of a webpage to style, maki6d ago·4 min read