Blossomblossom.hashnode.dev·Dec 20, 2024Callbacks in Javascript: How and Why it Powers FunctionsIn JavaScript, callbacks are the unsung heroes we use absentmindedly in many of our functions and methods. They enable flexibility, reusability, and asynchronous programming. Understanding callbacks is crucial - not just how to implement them but how...Js Bits and piecesJavaScript
Chandan kumardeveloperchandan.hashnode.dev·Dec 18, 2024A Beginner's Guide to Object-Oriented Programming in JavaScriptJavaScript was often considered a language primarily suited for scripting interactions on web pages—dominating the front-end development world with its event-driven and functional programming style. However, as JavaScript evolved, so did its programm...JavaScript
Arsalan Adeeblogicbricks.hashnode.dev·Dec 14, 2024Solution of over-centralization of states in React .The solution to over-centralization of state in React involves balancing between local and global state management while adopting the right tools and patterns based on your application's needs. Here's a comprehensive strategy: 1. Lift State Just Eno...1 likejs
Dashika PVdashi.hashnode.dev·Dec 6, 202430 Days into JS - Day 1Create Hello World Function Write a function createHelloWorld. It should return a new function that always returns "Hello World". Function Syntax In JavaScript, there are two main ways to declare a function. One of which is to use the function ke...JavaScript
Vishal Singhthevishingh-react-hooks.hashnode.dev·Nov 29, 2024Understanding React Hooks The Ultimate Beginner's Guide 🔑React Hooks are functions that let you use React state and lifecycle features in functional components. They help you manage state, side effects, and more without using class components. Let's explore each type of hook in a simple way for beginners! ...2 likesReact
Ahmed Razaahmedrazadev.hashnode.dev·Nov 23, 2024The Invention and Evolution of JavaScript: Why It Was Created and How It WorksJavaScript, often referred to as the backbone of modern web development, is one of the most widely used and versatile programming languages today. From dynamic websites to powerful backend applications, JavaScript has firmly entrenched itself in the ...JavaScript
Avic Ndugudevpractical.hashnode.dev·Nov 21, 2024Drawflow Tutorial: 1. Setting Up DrawflowDrawflow is a JavaScript library that makes creating interactive, visual workflows on the web easy. If you've explored its documentation, you might have found it detailed but a bit challenging to follow for beginners. This tutorial series will guide ...flow diagram
Ishant Kumarletscodeishant.hashnode.dev·Nov 12, 2024The Kahani Begins: Meet the Variables!Imagine you’ve got three friends, each with a unique way of holding onto things. Let’s call them var, let, and const. They’re a little quirky, and each has their own rules. Scene 1: var – The Forgetful Friend Our friend var has been around for ages,...JavaScript Aur KahaniJavaScript
Shikhar Shuklashikhar99.hashnode.dev·Nov 9, 2024Modern ESLint Configuration in React: Managing Prop Types and Unused Variables WarningsWhen working on React projects, ESLint is an invaluable tool for enforcing code quality. But sometimes, the default rules may not align with the specific needs of your project. In this article, we’ll explore how to configure ESLint for React applicat...32 readseslint
Ishant Kumarletscodeishant.hashnode.dev·Nov 9, 2024JavaScript Syntax & Basic OperatorsWelcome to today’s kahani! Imagine JavaScript as a magic language you use to tell the computer what to do. But here’s the catch – you’ve got to say things just right, or the computer won’t understand! Today, we're talking about JavaScript syntax and ...JavaScript Aur KahaniJavaScript