GKGudiya Kumariingudiyagaur.hashnode.dev·Oct 2, 2023 · 2 min readDatatype , Memory( Stack & Heap ) in JS:Datatype: Basically, we do our operation/task in any programming language on different types of data. So for an operation, we have to create a variable means container in memory and for recognition of this container comes the concept of datatype. So ...00
GKGudiya Kumariingudiyagaur.hashnode.dev·Sep 21, 2023 · 2 min readKeywords: Var vs Let vs Const in JS:In JavaScript, let, const, and var are used to declare variables, but they have some important differences in terms of scoping, hoisting, and reassigning: Var: Function-scoped: Variables declared with var are function-scoped, which means they are on...00
GKGudiya Kumariingudiyagaur.hashnode.dev·Jun 8, 2023 · 1 min readWhat is JavaScript?, Where It is used?JavaScript is a scripting or programming language and one of the core technologies of the web alongside HTML, which is a markup language and is used to create a structure of web page content as well as CSS, which is used to style that content. So Jav...00
GKGudiya Kumariingudiyagaur.hashnode.dev·Jun 7, 2023 · 2 min readWhat is the position properties in CSS?The position properties in CSS are used to control the positioning of elements on a web page. There are five main position properties in CSS: static: This is the default value for the position property. Elements with position: static are positioned ...00
GKGudiya Kumariingudiyagaur.hashnode.dev·May 27, 2023 · 2 min readMeta tag and it's importance.Overview: Let's start to understand, What is a meta tag? and How useful is it for developers? Let's think of one scenario When we search something on Google (or any browser), Have you ever noticed when Google shows our search content, the description...00