How to create an Email Extractor Project with JavaScript Get emails from text download as text file

Create an email extractor to extract all unique emails from a block of text. This project creates an email extractor which can be used by pasting a block of text into the textarea, then selecting the separator for the output file contents. The unique emails addresses that are retrieved from the text block will be output in a new textarea using the separator between them. Also a button will be created to easily download the textarea content and create a new text file on the user’s computer.