soumen.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedImagine you're playing a game. You have lots of choices, like in tic-tac-toe, where you pick any empty spot on the board. You choose one option, and then the game goes on from there. How is this bei3d ago·4 min read
soumen.hashnode.devJavaScript Operators: The Basics You Need to KnowOperators are symbols or keywords in programming that instruct a compiler or interpreter to perform specific mathematical, logical, or relational manipulations on data. The data on which the operator 6d ago·2 min read
soumen.hashnode.devUnderstanding Variables and Data Types in JavaScriptIn a program, we need storage to hold data, and variables are the way we identify and access that storage. A variable is essentially a named reference (or label) to a specific location in the computer6d ago·4 min read
soumen.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet is a powerful toolkit that speeds up writing HTML and CSS by allowing you to generate large blocks of code from short abbreviations. Modern editors like VS Code, Sublime Text, Atom, WebStorm, and many others already include Emmet or allow you t...Jan 29·3 min read
soumen.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionHTML gives a web page its basic structure, like a skeleton for a body. It arranges content such as headings, paragraphs, images, links, and other elements. But HTML by itself can't make a webpage look nice. That's where CSS comes in. CSS, or Cascadin...Jan 29·5 min read