SKsagar kembleinblog.sagarkemble.dev00The magic of this, call ( ), apply ( ) and bind()1d ago · 7 min read · Before starting let me tell you the this is really hard to understand in first glance and also you might get a question that the this is very weird in JS and its true , so don't worry just focus and rJoin discussion
SKsagar kembleinblog.sagarkemble.dev00JavaScript Arrays 1011d ago · 3 min read · Why arrays are and why we need them When working with programs, we often need to store multiple related values. For example, imagine storing the marks of 5 students. Without arrays, we would have to cJoin discussion
SKsagar kembleinblog.sagarkemble.dev00Understanding Object-Oriented Programming in JavaScript1d ago · 5 min read · What Object-Oriented Programming (OOP) means Object-Oriented Programming (OOP) is a programming style where we organize code using objects and classes. Instead of writing the same logic again and agaiJoin discussion
SKsagar kembleinblog.sagarkemble.dev00Functions in JavaScript: Declaration vs Expression1d ago · 5 min read · What functions are and why we need them Functions are reusable blocks of code that perform a task whenever we call them.Think of them like a machine you build once and use many times ⚙️. Imagine we haJoin discussion
SKsagar kembleinblog.sagarkemble.dev00Understanding Objects in JavaScript4d ago · 3 min read · What objects are and why they are needed An object is a way to store related information together using key–value pairs. Think of an object like a form that contains details about a person. let personJoin discussion