© 2026 Hashnode
What is Object? In JavaScript, an object is a collection of key-value pairs, where each key-value pair is referred to as a property. The keys of objects can be strings or symbols, and the values can be strings, numbers, functions, or even other objec...

Arrays are one of the most commonly used data structures in JavaScript. If you’re new to JavaScript or looking to refine your skills, mastering arrays, and their methods can significantly enhance how you write code. Today, I’ll share key insights i...

Solving Leetcode 30 Days of JavaScript study plan problems Problem: Write a function createCounter. It should accept an initial integer init. It should return an object with three functions. The three functions are: increment() increases the current...

Hello Learners!Welcome to the beginning of an adventure I've embarked on for 2024—This blog is my chronicle, a digital diary of sorts, where each entry marks a new step in my quest to master JavaScript. From the absolute basics to the more complex an...

Welcome, young coders! We're going to explore the fascinating area of JavaScript conditional statements today. Imagine you had a magic wand that could change how your code operated depending on specific circumstances. Nice, huh? That's what we're goi...
