Hhimanshuinhimanshujaglan.hashnode.dev00JavaScript Modules: Import and Export Explained12h ago · 3 min read · 2.why we Exporting functions or values? so exporting a file by name "export " we will make available that particular file into another javascript so that we can incre code reusability and avoid unneceJoin discussion
PPiyushinjavascriptblogs2.hashnode.dev00Callbacks in JavaScript: Why They Exist4h ago · 4 min read · 1. What a callback function is ? Callback function is a simple function which is passed as an argument in an another function. A callback functions is intended to execute later. The flow of callback fJoin discussion
RPRavi Paswaninaboutjavascript.hashnode.dev00Understanding the this keyword in JavaScript2h ago · 1 min read · This is the most confusing concept in JavaScript but once we understand about this keyword it becomes easier to understand. This has a different faces at different places like when it is in global scoJoin discussion
NGNitin Goyalinbytebynitin.hashnode.dev00What Are AI Agents? (And Why Everyone's Talking About Them)8h ago · 6 min read · Part 1 of 2 — Breaking down AI agents in plain English You've probably heard the term "AI agent" thrown around a lot lately. But what does it actually mean? Is it just a fancy chatbot? A robot? SometJoin discussion
NSNishant Singhinnishantcode.hashnode.dev00Control Flow in JavaScript: If, Else & Switch Explained2h ago · 7 min read · Learn how JavaScript makes decisions — from simple if checks to powerful switch statements — with real-life analogies, diagrams, and working code examples. 01.What is Control Flow? Imagine you wake upJoin discussion
RSRitu Soodinjs-basics-series.hashnode.dev00The new Keyword in JavaScript 3h ago · 3 min read · In JavaScript, the new keyword is used to create objects from constructor functions.It may look small, but behind the scenes, it performs multiple steps automatically. 1) Why this topic matters: Many Join discussion
RSRitu Soodinjs-basics-series.hashnode.dev00Callbacks in JavaScript: Why They Exist 4h ago · 4 min read · "I will call back later!" A JavaScript callback is a function passed as an argument to another function, which is then executed (or "called back") at a later point in time to complete a specific task.Join discussion
AAAarav Ahujaincss-blogs-aarav.hashnode.dev00CSS Selectors 101: Targeting Elements with Precision4h ago · 3 min read · Why CSS Selectors are Needed Think of CSS selectors like a pointing finger. If you want to change a specific paragraph to be red, you have to point at it first. Selectors are how you tell the browser Join discussion
AAAarav Ahujainhtml-blogs-aarav.hashnode.dev00Understanding HTML Tags and Elements5h ago · 3 min read · What HTML is and why we use it HTML (HyperText Markup Language) is the skeleton of the internet. Just like a building needs steel beams to hold it up before you can paint the walls, a website needs HTJoin discussion
RSRitu Soodinjs-basics-series.hashnode.dev00Array Flatten in JavaScript 5h ago · 4 min read · When working with arrays in JavaScript, you’ll often come across nested arrays — arrays inside arrays. At first, they may look simple. But as soon as you need to process all the values together, nesteJoin discussion