mohammadjaydi Posted February 14, 2018 Share 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. Link to comment Share on other sites More sharing options...
offlinehelpers Posted February 14, 2018 Share Posted February 14, 2018 It’s your browser - I’d imagine you can do what you like with it! 🙂 2 Link to comment Share on other sites More sharing options...
krunal10 Posted August 15, 2020 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now