SSSagar Shiroyainsagarshiroya.hashnode.devPower of JavaScript's this keyword 1. this in global context // `this` inside global space console.log(this); // global object Javascript not only runs on browser. It runs on many different devices and environments as well as on node.5h ago·9 min read
SRSatpalsinh Ranainblogs.satpal.cloudVariables & Types: The First Principles of JavaScriptWhat is Variable? First, you need to understand what a variable is in computer science. In simple words a variable is an identifier that references a value stored in memory. Example, the image below s6h ago·10 min read
STSahil Thakurinarraysinjs.hashnode.devArrays in JavaScriptWhen you begin programming, one of the first challenges is storing multiple values efficiently. Writing separate variables for each value quickly becomes unmanageable and error-prone. Consider a simpl4h ago·4 min read
Aanshinaksh27.hashnode.devEvent Loop in Javascript To understand event loop better, let us start with the definition of javascript. Javascript is a single threaded, asynchronous, non-blocking, client-side scripting language. Javascript is a single-thr4h ago·3 min read
PJPrateek Jainintern.hashnode.devHow I Replaced Platform-Specific Webhook Boilerplate With a Single SDKIn the last three years, I have copy-pasted the same Clerk webhook verification code into six different projects.|Every time I add a new webhook platform to a project, I write the same boilerplate.Str12m ago·8 min read
STSahil Thakurinvariablesinjs.hashnode.devJavaScript Variables for Beginners1. Introduction: Variables as Boxes Imagine you have small labeled boxes. One box is labeled Name Another is labeled Age Another is labeled IsStudent Inside each box, you store a value. In progra4h ago·5 min read
SSUPRABHATinblog.suprabhat.siteJavaScript Operators: The Basics You Need to KnowIn every programming language, you often need to do math, compare values, or make decisions based on certain conditions. To do all of this, we use special symbols called operators. In this blog, we wi9h ago·4 min read
SGSagnik Guruinjs-sagnik.hashnode.devMastering JavaScript Data Types and Variables — The Building Blocks of JSWelcome to a new series of articles where we’ll explore JavaScript as a language, diving into its features and behaviors. We’ll start from the fundamentals and gradually move toward advanced topics, e5h ago·6 min read
TLThe Lean Ecommerceinthe-lean-ecommerce.hashnode.devHow to Export Webflow CMS to HTML Without Breaking ScriptsIf you’ve ever exported a Webflow project and discovered broken interactions, missing animations, or scripts firing out of order, you’re not alone. Exporting Webflow CMS to HTML can be tricky—especially when you want a faithful, static copy that pres...2h ago·7 min read
MSMahesh Sahuinmahi-07.hashnode.devArray Methods You Must Know (JavaScript)JavaScript arrays are a core part of frontend development. Whether you are working with API responses, managing UI state, or building dynamic features, array methods help you write cleaner and more ef7h ago·5 min read