parthmunjal07.hashnode.devFunction Declaration vs Function Expression: What’s the Difference?What is a function? At its core, a function is a self-contained, reusable block of code designed to perform a specific task. Instead of writing the same lines of code over and over again, you write a 3d ago·4 min read
parthmunjal07.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedIn this blog, we will be studying about the control flow in JS also known by the name conditionals. We'll talk from the basics and then transition into the syntax using JavaScript along with the flow 4d ago·4 min read
parthmunjal07.hashnode.devMomos wale bhaiya ka Promise but in JavaScriptSo, Starting the story, below in the drawing is a guy named Piyush doing BCA from Chitkara University, Punjab. So what happened, one day he forgot to bring his lunch to the college and hence decided t5d ago·5 min read
parthmunjal07.hashnode.devJavaScript Operators: The Basics You Need to KnowThis blog is a pretty straight forward blog on the topic of JS operators. We will learn all type of operators one by one with examples. What are operators In programming, operators are special symbols5d ago·5 min read
parthmunjal07.hashnode.devUnderstanding Variables and Data Types in JavaScriptIn this blog ahead, we will be studying and reading about the core concept of JavaScript that is Variables and Data Types. The basic concept of these topics remain the same in every programming langua6d ago·7 min read