1 min readMay 16, 2019
Just a small note. You used the regex /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/ to validate an E-Mail address in your post. I would recommend leaving out the 3 at the end. There are so many TLD these days way longer than 3 characters.