HKHarshit Kumarinkharshit.hashnode.dev·Jan 7, 2024 · 2 min readHoisting in JavaScriptWhat is hoisting in JavaScript? So, Basically Hoisting refers to an phenomena that refers to moving declarations of variables and functions to the top of the scope(usually Global Scope). Hoisting is JavaScript's default behavior of moving declaration...00
HKHarshit Kumarinkharshit.hashnode.dev·Dec 20, 2023 · 3 min readBasics of Web DeveloomentGetting started with the web Getting started with the web is a concise series introducing you to the practicalities of web development. You'll set up the tools you need to construct a simple webpage and publish your own simple code. The story of your...00