TTejasintejasdevcodes.hashnode.devArray Methods You Must KnowNow imagine you are part of the Web Dev Cohort 2026. JavaScript classes are going on, and every week Hitesh Sir and Piyush Sir give new assignments. The famous (BigBoss) Anirudh Sir also drops challen3h ago·8 min read
SSSaurabh Shendurkarinsaurabh31.hashnode.devUnderstanding Variables and Data Types in JavaScriptIf you're just starting with JavaScript, you've probably heard terms like variables, data types, scope, and hoisting. At first, these words can sound intimidating — but the ideas behind them are actua5h ago·8 min read
TKTushar Kumar Rajintushar-raj.hashnode.devFunction Declaration vs Function Expression: What’s the Difference?When we start learning any programming language, we are introduced with a mnemonic DRY , which is an acronym for Don't Repeat Yourself. For somebody who has never coded, this might not be relatable ju3h ago·8 min read
AAnandinblog.anands.devArrays in JavaScriptWhen we start learning programming, one thing becomes very clear very fast: Data ko organize karna padta hai. And that’s where arrays enter the game. Imagine This you go to a movie theatre. Your ticke3h ago·5 min read
VRvishwajeet Routinbyteviswa.hashnode.devFrom Prototype Chain to Classes: Understanding JavaScript’s Real OOP ModelWhat You Will Learn From This Blog By the end of this article, readers will: Understand how JavaScript methods exist even when we never define them on variables Learn how prototype chaining works in1h ago·5 min read
GSGagan Sharmainarray-method-javascript.hashnode.devJavaScript Array Methods.When I started learning JavaScript, arrays looked simple. const movies = ["Inception", "Interstellar", "The Dark Knight"]; But later I discovered that arrays are extremely powerful because of their b8h ago·5 min read
VPVed Pandeyinvedpandeydev.hashnode.devUnderstanding Object-Oriented Programming in JavaScriptWhat are we gonna Study? So, today we are going to study about the most fascinating topic in JavaScript that is, Object-Oriented Programming (OOPS). The topics covered are listed given below: What is1h ago·7 min read
SNShweta Nigaminaronamic.hashnode.devUnderstanding Variables and Data Types in JavaScriptvar, let, and const are three keywords you’ll encounter from the very beginning of your JavaScript journey and continue to use throughout. It’s important to understand their differences in order to wr4h ago·6 min read
RKRajan Kumarindevrajan016.hashnode.devJavaScript Control Flow Explained: If, Else, Else If & Switch with Examples Imagine you are driving your car and you reach a traffic signal. At that point, you must follow the rules set by the government for traffic signals. Suppose you arrive at the signal and it suddenly tu2h ago·7 min read
CJChirag Jaipalinchiragjaipal.hashnode.devJavaScript ArraysIn the previous articles, we learned how to store data using variables, perform operations using operators, control program flow using conditions, and organize reusable logic using functions. But as p6h ago·8 min read