Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Ping single column coming soon page using vanilla JS

Rohit 330

@Rohitgour03

Desktop design screenshot for the Ping single column coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Here is my solution to this challenge. 🔥 Please provide your feedback for improvement. 🙏 Thanks in advance.

Community feedback

Abdelilah 180

@abdeldevprojects

Posted

everything works fine except i didn't understand why you used email instead of input variable in

line 8 : if (email.value.trim() == "") line 12 : else if (!validateEmail(email.value)

i think it should be

line 8 : if (input.value.trim() == "") line 12 : else if (!validateEmail(input.value)

i might be wrong because i am not an expert , still learning

thank you and happy coding <3

Marked as helpful

1

Rohit 330

@Rohitgour03

Posted

@abdeldevprojects Thanks, man. 👍 You are right, it should be input. My bad. 😅

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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