Mukeshmukeshsblog.hashnode.dev·Jun 30, 2024Understanding JavaScript Closures: A Comprehensive GuideIntroduction Consider a situation where you require a function that retains its state between calls. This can be achieved using closures. JavaScript closures are a key concept that permits functions to utilize variables from their surrounding scope e...1 likefresher
Tahmeer Pashatahmeerpasha.hashnode.dev·May 24, 2024JavaScript Basics: Understanding let, var, and const for FreshersAs a fresher preparing for frontend interviews, having a solid understanding of JavaScript's variable declarations—let, var, and const—is crucial. These concepts form the backbone of JavaScript's variable management, scoping, and behavior during code...JavaScript
Srishtisrishh.hashnode.dev·Jan 17, 2023Starting my Web Development JourneyI am a B.Sc. Physics honours Student and my family wants that I become a school teacher in future. But in 2nd year (3rd sem.) of my college life, I opted computer and in that subject I learnt HTML & CSS. From that semester my interest towards web dev...3 likes·53 readsWeb Development
Devpriya Shivanicodethirst.hashnode.dev·Dec 17, 2022Getting started with JavaScriptWhy learn JavaScript? As a developer, there are plenty of reasons to start learning any language but what value it adds to your development path matters a lot. One fine reason to start with JavaScript is if you want to become a front-end developer bu...91 readsJavaScript