I am looking to filter out specific values from an array.
var array = [<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2149444d4d4e615840494e4e0f424e4c">[email protected]</a>, www.hello.com, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5b333e3737341b3c363a323775383436">[email protected]</a>];
I need to remove any element in the array that includes an @ sign. For example, I should only have www.hello.com when I display the alert.