I have an array of emails like
array ['abc@gmail.com', 'xyz@gmail.com', ycz@gmail.com']
I want to insert this array into a txt file and then download this on a button press. How can I do that?
I have an array of emails like
array ['abc@gmail.com', 'xyz@gmail.com', ycz@gmail.com']
I want to insert this array into a txt file and then download this on a button press. How can I do that?
[https://stackoverflow.com/questions/17614123/node-js-how-to-write-an-array-to-file]
Download:
<a href="test_file.zip" download>Download File</a>