PKPratham Kumarinwithprathamkumar.hashnode.dev00How Node.js Works Internally (Simple Explanation) Mar 15 · 5 min read · When I first started learning Node.js, I could easily run JavaScript files and create servers. But one question always confused me: “How does Node.js handle thousands of requests at the same time if JJoin discussion
PKPratham Kumarinwithprathamkumar.hashnode.dev00JavaScript Operators: The Basics You Need to KnowMar 15 · 4 min read · What Are Operators in JavaScript? In JavaScript, operators are symbols used to perform operations on values and variables. Think of operators like actions you perform on data. Example from simple mathJoin discussion
PKPratham Kumarinwithprathamkumar.hashnode.dev00Understanding Objects in JavaScriptMar 15 · 4 min read · When learning JavaScript, you quickly realize that storing and organizing data is very important. Sometimes a single variable is not enough. For example, imagine you want to store details about a persJoin discussion
PKPratham Kumarinwithprathamkumar.hashnode.dev00Understanding Variables and Data Types in JavaScript Mar 15 · 4 min read · Introduction Think of a variable as a box where you can store information. For example, you might have a box labeled “Name” where you keep your name. In programming, variables let us store informationJoin discussion
PKPratham Kumarinwithprathamkumar.hashnode.dev00JavaScript Arrays 101: Understanding the Basics Mar 15 · 4 min read · When I first started learning JavaScript, I often faced situations where I needed to store multiple values. At first, I tried storing each value in a separate variable, but that quickly became messy. Join discussion