You don't need to use Wordpress to start your blog in our days. There are many options to launch such static sites.
ReadYou should use const and let in most cases in your modern JavaScript code.
ReadYou can use Template Literals (Strings) in ES6 to concatenate strings. Also, you can use string interpolation and multi-line strings here.
ReadThis is not a good idea to use a regular expression to validate an email address in JavaScript. If you are okay with some disadvantages, there is an option.
Read