parthmunjal07.hashnode.devJavaScript Arrays 101This is a introduction to arrays in JS for those people who are not at all familiar with the topic or want to revise by reading. So, lets directly jump into it. Chapter 1 :- Introduction to arrays Wha1d ago·6 min read
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 6d 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 Mar 2·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 tMar 1·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 symbolsMar 1·5 min read