4d ago · 5 min read · What are functions? Function in programming is same as function in mathematics — represents relationship between inputs and output. Function is therefore, a piece of code that provides functionality.
Join discussion
6d ago · 5 min read · As we dive deeper into our web development cohort, we quickly learn the golden rule of programming: DRY (Do not Repeat Yourself). If you find yourself copying and pasting the exact same block of code
Join discussion
Mar 6 · 6 min read · Imagine you are building an app and you need to add two numbers in ten different places. Would you write the same calculation ten times? Or would you write it once, give it a name, and call that name
Join discussion
Aug 29, 2025 · 4 min read · Functions are the backbone of JavaScript. They help us write modular, reusable, and cleaner code. Whether you’re building a simple calculator or a complex web app, understanding different ways of writing functions—and how JavaScript executes them—is ...
Join discussion