I'm most proud that I completed this project with minimal help and used online resources and the console to figure out how to write out my JavaScript code.
What challenges did you encounter, and how did you overcome them?I encountered a minor setback while changing the placeholder color for an input submission, but I was able to resolve it quickly by using the code "document.getElementById('email').style.color = 'hsl(4, 100%, 67%)'".
What specific areas of your project would you like help with?To enhance the efficiency and conciseness of JavaScript code used for displaying a success message after a user submits an email address for a newsletter sign-up.