mohammadjaydi Posted February 14, 2018 Posted February 14, 2018 Can I apply a JavaScript file on my browser to remove all the old buyer request at a time ?There’s 1800+ buyer request in my account which are being discomfort for me.Note: I’m a Graphic Designer not a Web Developer.
Guest offlinehelpers Posted February 14, 2018 Posted February 14, 2018 It’s your browser - I’d imagine you can do what you like with it! 🙂
krunal10 Posted August 15, 2020 Posted August 15, 2020 As per my understanding if its developer question then you can do the following.If you want to remove all the items from the array, you need to clear your array.If you want to remove items one by one then use JavaScript array pop() method.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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.