Submitted 12 months ago
Responsive ping coming page using [VanillaJS, TailwindCSS]
@kennylun123
Design comparison
SolutionDesign
Solution retrospective
Hi everyone, this is my solution of "Ping-coming-page". Any comment would be appreciated. Thanks for your help! :D
In this challenge I learned:
- Code seperation in index.js
- onblur event, occurs when an element loses focus.
emailInput.addEventListener("blur", () => {
validateEmail(emailInput.value);
});
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord