mehtabblogs.hashnode.devJavaScript Operators: The Basics You Need to KnowIn our everyday life, we have to do a lot of calculation, some are calculating their salaries, someone will make budget for the month, expense etc. And as we know to perform this calculations, we use 1h ago·5 min read
mehtabblogs.hashnode.devUnderstanding Variables and Data Types in JavaScriptIn this blog, we are going to understand Variables and Data Types. Let's see a scenario suppose you're going to shift your apartment to a new building because you found a good deal, now the hassle wil2h ago·8 min read
mehtabblogs.hashnode.devFrom Pending to Fulfilled: Understanding Promise Methods in JavaScriptIn today's blog we are going learn about what JavaScript Promises and how their methods work. Let's assume you're single and want to get a girlfriend for yourself, let's see if you can find one and alMar 1·6 min read
mehtabblogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhen you start learning HTML, you usually write every tag by hand. This is actually a good thing in the beginning because it helps you remember tags and understand how HTML works. But after some time, it becomes boring. You keep writing the same tags...Jan 30·4 min read
mehtabblogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen you write CSS, you don’ want to give styling to random elements. instead you want to choose specific HTML elements and tell the browsers how they should look. That’s why we need CSS selectors are for. Why CSS Selectors Are Needed HTML creates...Jan 30·3 min read