AKAnkur Kumawatinhustlecoderankur.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScript13h ago · 6 min read · What this means in JavaScript ? This keyword is used to refer the context of the specific piece of code such as the function's body. It is mostly used in objects. This method is attached in the objectJoin discussion
AKAnkur Kumawatinhustlecoderankur.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 5 · 4 min read · What is Object-Oriented Programming ? As your software systems grows, writing code only with variables and functions becomes difficult to manage. Developers need a better way to organize your code so Join discussion
AKAnkur Kumawatinhustlecoderankur.hashnode.dev00Understanding Objects in JavaScriptMar 5 · 3 min read · What are objects and why they are needed ? Object is a dynamic type of data structure that stores the related data as key-value pairs, where each key uniquely identifies its value. The values of propeJoin discussion
AKAnkur Kumawatinhustlecoderankur.hashnode.dev00JavaScript Arrays 101Mar 4 · 5 min read · What are arrays and why we need them ? Array is a linear data structure that stores data in contiguous memory locations. Array is the one of the most popular and simple data structures that is used inJoin discussion
AKAnkur Kumawatinhustlecoderankur.hashnode.dev00Array Methods You Must KnowMar 3 · 7 min read · Arrays in java Script can store multiple values with different datatypes like Number, string, objects, function, etc. They allow to manage data in contiguous way and modify elements by using zero baseJoin discussion