13h ago · 4 min read · Continuing with the JS series, In this article we would understand functions and how they are declared. Functions add modularity to our code, i.e. they don't require writing same set of statements aga
Join discussion
3d ago · 4 min read · When I first started learning JavaScript, I noticed that I was repeating the same code again and again. For example, if I wanted to add two numbers multiple times, I had to write the logic every time.
Join discussion4d ago · 3 min read · In this article we'll learn about function declaration, function expression and the difference between them. Before jumping on the topic itself let's understand the function meaning and it's use. Func
Join discussion
4d ago · 4 min read · Introduction In JavaScript, functions are one of the most important building blocks. A function is simply a reusable block of code designed to perform a specific task. Instead of writing the same logi
Join discussion
6d ago · 5 min read · Functions are one of the most important concepts in JavaScript. They allow us to write reusable blocks of code that perform specific tasks. Instead of writing the same code again and again, we can pla
Join discussion