JSjitender singhinwebdeveloper2212.hashnode.dev·May 25, 2023 · 5 min readCall Apply and BindIn this article, we will explore the fundamental concepts behind Call, Apply, and Bind methods and examine how they can be utilized to enhance your JavaScript code. By the end of this article, you will have gained a clear understanding of the distinc...00
JSjitender singhinwebdeveloper2212.hashnode.dev·Jan 15, 2023 · 5 min readWhat is Parcel JS ??In this article, we will learn what is parcel.js and why we use it and why it is so powerful. Before talking about Parcel Js let's first understand about. What are bundlers? Why did it use? Whenever we make a website or application it is a good pract...00
JSjitender singhinwebdeveloper2212.hashnode.dev·Sep 16, 2022 · 5 min readDifferent ways of writing a FunctionsIn my previous Article i was talking about the basics of functions ,how the function execution works and closures. In this article we will dive into deep and learn more on functions. Let's Start Functions statements Function statement also known as f...00
JSjitender singhinwebdeveloper2212.hashnode.dev·Sep 14, 2022 · 4 min readPrototype in JavaScriptPrototype is an important question for a interview and many of us didn't understand these terms and find difficult to understand. In this article, we explain what a prototype is, how prototype chains work, and what is prototypal inheritance. what is ...00
JSjitender singhinwebdeveloper2212.hashnode.dev·Sep 13, 2022 · 6 min readFunctions and Closures in JavaScriptIn this article we will talk about functions in JavaScript , how functions invocation works and Closures. What is function A function is a set of statements that take inputs, do some specific calculations, and produces output. Basically, a function i...00