Nishant Patil

Nishant Patil @pnishant23

About: Full stack web developer

Location:
Mumbai, india
Joined:
Oct 5, 2022

Nishant Patil
articles - 4 total

Integrate Google Sheets with Python: A Step-by-Step Guide

Want to learn how to connect your Google Sheets with Python to fetch and manipulate data? By using...

Learn More 4 0Apr 3

A Beginner's Guide to Searching for Elements in Arrays with JavaScript

Lets talk about searching an element in an array. There are various algorithm used for this purpose,...

Learn More 2 0Apr 14 '23

Delete an element in array

Theory : Consider a Array declared as let arr=[1,2,3,4,5] Suppose we want to delete the element at...

Learn More 5 0Apr 13 '23

"How Does JavaScript's splice Function Really Work?"

JavaScript splice method is used to add a new element in an array without deleting any element in it....

Learn More 3 0Apr 13 '23