Hi, beginner web developer. Glad to finally be out of tutorial hell the last six months and finally building stuff. My strategy now is to build with vanilla HTML, CSS, JavaScript and eventually shift to libraries, frameworks, etc. The goal is to land my first web dev job between December and March.
Latest solutions
Latest comments
- @khuranamanan@funupulu
Hi dude,
do you know that half of your JS script is commentded out?
//Adding Event listner on all rating buttons // ratingButtons.forEach((e)=>{ // e.addEventListener("click", ()=>{ // ratingNumber.innerText = e.innerText; // }) // })
// btnSubmit.addEventListener("click", ()=>{ // mainContainer.style.display = "none"; // thankYouContainer.style.display = ""; // })