ItsJavaScript
  • JavaScript
  • TypeScript
  • React
  • Node.js
  • HTML5
  • Contact Us

Archives

  • June 2022
  • April 2022
  • February 2022
  • December 2021
  • November 2021

Categories

  • JavaScript
  • Node.js
  • React
  • TypeScript
ItsJavaScript

Coding Simplified

  • JavaScript
  • TypeScript
  • React
  • Node.js
  • HTML5
  • Contact Us

Browsing Tag

Array

4 posts
TypeError: unshift is not a function
  • JavaScript
  • 3 minute read

[Solved] TypeError: unshift is not a function

  • Srinivas
  • June 13, 2022
If we call the unshift() method on the value that is not of a array type, JavaScript will throw a TypeError: unshift is not a function. In this tutorial, we…
View Post
TypeError: Cannot read property 'length' of null
  • JavaScript
  • 3 minute read

[Solved] TypeError: Cannot read property ‘length’ of null

  • Srinivas
  • April 9, 2022
The TypeError: Cannot read property ‘length’ of null occurs if you are trying to get the length of an object that is null. In this tutorial we will look at…
View Post
Remove Duplicate from an Array in JavaScript
  • JavaScript
  • 3 minute read

How to Remove Duplicate from an Array in JavaScript?

  • Srinivas
  • April 9, 2022
There are various ways to Remove Duplicates from an Array. It is a common task used in many data cleaning algorithms. How to Remove Duplicate from an Array in JavaScript?…
View Post
Get the index of an Object in an Array in JavaScript
  • JavaScript
  • 4 minute read

Get the index of an Object in an Array in JavaScript

  • Srinivas
  • April 5, 2022
We can find the index of an Object in an Array in JavaScript using the findIndex() and map() methods. Both these methods got added in the ES6 to the Array.Prototype…
View Post
Cagtegories
  • JavaScript (37)
  • Node.js (3)
  • React (3)
  • TypeScript (3)
Featured Posts
  • TypeError: substring is not a function 1
    • JavaScript
    [Solved] TypeError: substring is not a function
    • 2 min
  • TypeError: replaceAll is not a function 2
    • JavaScript
    [Solved] TypeError: replaceAll is not a function
    • 3 min
  • TypeError: startsWith is not a function 3
    • JavaScript
    [Solved] TypeError: startsWith is not a function
    • 2 min
  • TypeError: split is not a function 4
    • JavaScript
    [Solved] TypeError: split is not a function
    • 2 min
  • TypeError: toISOString is not a function 5
    • JavaScript
    [Solved] TypeError: toISOString is not a function
    • 3 min

Recent Posts

  • [Solved] TypeError: substring is not a function
  • [Solved] TypeError: replaceAll is not a function
  • [Solved] TypeError: startsWith is not a function
  • [Solved] TypeError: split is not a function
  • [Solved] TypeError: toISOString is not a function
TypeError: substring is not a function
  • JavaScript
  • 2 minute read

[Solved] TypeError: substring is not a function

  • June 25, 2022
TypeError: replaceAll is not a function
  • JavaScript
  • 3 minute read

[Solved] TypeError: replaceAll is not a function

  • June 25, 2022
TypeError: startsWith is not a function
  • JavaScript
  • 2 minute read

[Solved] TypeError: startsWith is not a function

  • June 25, 2022
TypeError: split is not a function
  • JavaScript
  • 2 minute read

[Solved] TypeError: split is not a function

  • June 25, 2022
  • Contact Us
  • Privacy Policy
ItsJavaScript
Copyright © 2022· All Rights Reserved