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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...