NGNeeraj Girinwithneeraj.us.kgUnderstanding Variables and Data Types in JavaScriptA beginner-friendly deep-dive into storing, naming, and working with data — the foundation of every JavaScript program you'll ever write. What Is a Variable? Before we touch any code, let's build the 14h ago·4 min read
DSDouglas Sabwa Indumwainblog.douglas.africaThe Illusion of Modern Stacks in African TechThere is a quiet performance happening in African tech. On social media, we speak Kubernetes.In production, we deploy chaos. We proudly announce: Microservices Event-driven systems Serverless archi1d ago·5 min read
VTVisshnnu Tejaainvt-blogs.hashnode.devUnderstanding Control Flow in Programming in JSImagine this real-life situation: if it is raining → take an umbrella else → wear sunglasses if your age is 18 or more → you can vote else → you cannot vote We make decisions like this every day21h ago·4 min read
GBGunjan Basakinjs-var-data-type.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhen you start to learn JavaScript, the first thing that you will be introduced to is variables and data types. These are the essentials of a programming language. Having a clear understanding of thes1d ago·5 min read
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.devJavaScript Array Methods You Must KnowIn JavaScript array is ordered list of values. Each value is known as element, is assigned a numeric position in array called its index [start from 0th index ...]. Array is grouped in pair of square b1d ago·4 min read
GBGunjan Basakinmyjsblog.hashnode.devJavaScript Operators: The Basics You Need to KnowWhen learning JavaScript, the first thing you’ll use to perform logic and manipulate data is operators.Whether conjuring simple math or complex condition-building, operators are at the core of it. Let1d ago·5 min read
TRTanish Rastogiinfundamentalprogramming.hashnode.devOperator In JavascriptIn this article, we are going to explore and cover up all the operator used in javascript. Operator Operator is a symbol used to perform the operation on one or more operand (value and variable) in ja2d ago·7 min read
SSSoumyaditya Sinhainsoumyaditya-blog.hashnode.devArray Methods You Must Know in JS:-In every programming language, we have a data structure that stores values called an array. It is a data structure that stores multiple values in a single variable, in a specific order. JavaScript pro2d ago·7 min read
SSSyam Satish Pinblogsbysyamp.hashnode.devThe Evolution of Async: Mastering the JavaScript Execution ModelWhat's the basis for JS async programming? JavaScript is a single-threaded, non-blocking execution model powered by the Event Loop. The Core Architecture JavaScript itself is a single-threaded langua2d ago·9 min read
HSHARSHIT SHARMAiniamharshitsharma-gitotes.hashnode.devUnderstanding Variables and Data Types in JavaScriptThink of it like having a box. You can put things in that box, like: your name your age whether you're a student or not That box needs a label so you can easily find it later. In JavaScript, the3d ago·4 min read