VYVivek Yadavinvivek-blogs.hashnode.dev·1d ago · 4 min readUnderstanding Variables and Data Types in JavaScriptWhat are Variables and Why are They Needed? In real life, we need containers to store things of any type or state (Solid, Liquid, Gas). For example, we store water in a bottle so that we can drink it 00
VYVivek Yadavinvivek-blogs.hashnode.dev·1d ago · 5 min readNode.jsHow was Node.js developed? Node.js was created by Ryan Dahl in 2009 to allow JavaScript to run outside the browser. JavaScript is a programming language that provides core features such as variables, 00
VYVivek Yadavinvivek-blogs.hashnode.dev·Mar 2 · 6 min readControl Flow in JavaScript : If, Else, and SwitchControl Flow : What is control flow in real life ? Let's understand with the Student Life example : When Student passed out class 10th , Student have some stream to select for class 11th , here some s10
VYVivek Yadavinvivek-blogs.hashnode.dev·Jan 30 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhy writing HTML feels slow at the beginning When beginners start writing HTML, everything feels repetitive. We type opening tags, closing tags, indentation and structure again and again. Writing a simple layout takes time, and mistakes like missing ...00
VYVivek Yadavinvivek-blogs.hashnode.dev·Jan 30 · 3 min readCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed CSS is used to style HTML elements. But before applying any style, CSS needs to know which element to style. This is where selectors come into play. Selectors are used to choose HTML elements so that styles can be applied...00