Good afternoon,
I have a question in an exercise that I have to solve and I wanted to ask you to help me:
How do I make a function in JavaScript that takes a string as an argument and verifies that an email is valid, that is, if it contains @ is an email. And the function returns a boolean. Thank you