4 Common errors during Netlify deployment.
Netlify Deployment - things to consider.

Search for a command to run...
Netlify Deployment - things to consider.

Step by step guide for installing simple React App.

Destructuring Arrays In the case of an array, the key for each element is fixed: that is the index; so we can write any variable name in destructuring the array to hold its value. The first value in the destructured array will correspond to the first...

Introduction: I was confused at first about what callback functions mean so I tried a few simple examples to understand what it does. In this article we will try to see with the same examples what callback functions are and how are they written. Defi...
![Understanding Callback Functions - for beginners [JavaScript]](https://cdn.hashnode.com/res/hashnode/image/upload/v1679412541676/fca9c44d-5c43-4cae-a80e-e8667eae3f20.png)
What we will cover: Note: This article is updated with corrections about truthy and falsy values In the previous article, we read about map, filter and find functions, in this article, we will first see how reduce works with a simple example and then...

Let's get it straight, map, filter and find, saves some time by writing less code and delivering the right output. Understanding how it works will be helpful to implement it well. What we will cover In this article, we will explore how to write a sim...
![Understanding Basics of map, filter, find functions by making your own [JavaScript]](https://cdn.hashnode.com/res/hashnode/image/upload/v1678710882240/8a0d18d6-c42b-4356-956b-b8d65316b54a.png)
Replace every thought of I don't know with I want to know. Your subconscious affirmations matter a lot. When you talk to yourself, let it be something that drives you to address things that are hard, rather than complain or worry about things that ar...

There's probably no such term but I found this better to remember. There's foundational syntax and then there's logical syntax. The foundational syntax is how an array, object, nested arrays, and nested objects are represented. How for loop, while lo...

As a beginner, docs can appear scary to read. There are so many terms that it feels like reading a dictionary. I put forward an approach I tried over a period of time. I mention "period of time" because it can take time to get used to reading docs. E...
