sushilsunar.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedControl Flow In almost all programming languages there is the way to select specific code to run. It may be vague for now. But it is just running programming accroding to input or the condtion usually8h ago·4 min read
sushilsunar.hashnode.devUnderstanding Variables and Data Types in JavaScript Variables Hello, everyone welcome to the show. Have you every wondered how computer save data and present in the display ? This is a simple application of the variable. You can imagined that variable 21h ago·9 min read
sushilsunar.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIntroduction Today, we are exploring about CSS selectors. CSS selectors are used to select the HTML elements and style them according you want of. We need them to style the HTML element using CSS. There is lot we can talk about but let’s understand t...Jan 30·3 min read
sushilsunar.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIntroduction Writing HTML is not so fun becuase of these angle brackets it so hard. Open the tag and close it manually might consume more and more time. So, our handy tool emmet comes into the picture. Emmet is a web-developer’s toolkit that can grea...Jan 30·3 min read
sushilsunar.hashnode.devUnderstanding HTML Tags and ElementsIntroduction In the early age of the computing. Some scientists found very difficult to share the research paper with better strucuture and ability to link the other research paper. Then the TIm-Berners Lee came with the idea of HTML or web in genera...Jan 29·3 min read