Jump to content

Using JavaScript to remove all the old buyer request at a time


mohammadjaydi

Recommended Posts

  • 2 years later...

As per my understanding if its developer question then you can do the following.

  1. If you want to remove all the items from the array, you need to clear your array.
  2. If you want to remove items one by one then use JavaScript array pop() method.
  3. If you want to remove specific buyer then use JavaScript array splice() method and provide the specific index that you want to remove.

I hope this helps.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...