Ankita Bagale
Ankita's Blog

Ankita's Blog

Follow
Follow
homebadges

Reconciliation in React 🤯

Jun 15, 20214 min read

Suppose, we are cooking curry, after tasting it we realized salt is a bit less. What will we do then? Of course, we will add more salt to it instead...

Reconciliation in React 🤯

JavaScript: Errors, Types, Properties

Mar 21, 202113 min read

In this blog, I am going to talk about types of errors in Javascript. So grab a seat, have popcorns ready. Javascript throws runtime errors and today...

JavaScript: Errors, Types, Properties

Introduction to JavaScript Selectors

Jan 14, 20215 min read

We have many DOM methods to save html elements in JS variables. In this blog, I will be explaining how method "querySelector" works. And how we can...

Introduction to JavaScript Selectors

Let's Learn Functions in Javascript

Dec 20, 20207 min read

Suppose there is a task which needs to be done again and again in your program. You will have to write the code again and again. It's a lot of...

Let's Learn Functions in Javascript

What is API....

Dec 4, 20206 min read

Ever wondered how travel booking sites are able to list thousands of flights and hotels for a destination and showcase the cheapest option... The...

What is API....

Use Git - Simplified For Beginners

Nov 28, 20207 min read

When we start to code for any project it is important to keep track of all our project versions and changes in source code files. Hence, knowing how...

Use Git - Simplified For Beginners