👨💻 Learn How to Code with Private Classes - www.dorscodingschool.com/coachingplans ❓Having a hard time with CS50, FreeCodeCamp or Odin Project? Practice with our exclusive free coding platform: www.codingdors.com/ 🎯 Are You A Coding Expert? Take Our Free Quiz and Find Out - www.dorscodingschool.com/quiz
@@DorsCodingSchool I was wondering if you had any ideas on how to get the grid to totally reset each time the user inputs a new value. I noticed in the video everytime a user submits a new value more divs are added and the old number of divs stayed. I had the same behavior in the code I wrote, but I used a for loop instead of CSS grid to make the divs. Wondering if there is a way to remove the old divs each time the user submits a new value. Hopefully that question makes sense!
Because we are getting the div by the class name of the divs in the board. We’d love to help you more. Did you know you can join our Free Discord Group and get help from me and from people around the world that are also learning how to code? dorscodingschool.com/discord
If you said button one more time I will ask you to marry me 😀 The way you pronounce button is very sweet I love it and great video btw Keep it up Learning to code and this video helps a lot Thanks
👨💻 Learn How to Code with Private Classes - www.dorscodingschool.com/coachingplans
❓Having a hard time with CS50, FreeCodeCamp or Odin Project? Practice with our exclusive free coding platform: www.codingdors.com/
🎯 Are You A Coding Expert? Take Our Free Quiz and Find Out - www.dorscodingschool.com/quiz
Hiiii
Just watching this video and decided to say a big THANK YOU 😊
Wish I could make you my personal teacher 🥺
Love the way you explained each line .. ❤❤
Thank you!! This was very easy to understand, you are a great teacher
Thank you!
@@DorsCodingSchool I was wondering if you had any ideas on how to get the grid to totally reset each time the user inputs a new value. I noticed in the video everytime a user submits a new value more divs are added and the old number of divs stayed. I had the same behavior in the code I wrote, but I used a for loop instead of CSS grid to make the divs. Wondering if there is a way to remove the old divs each time the user submits a new value. Hopefully that question makes sense!
indeed
32:04
why is the query selector for divs only selecting the divs in the board and not every other div?
Because we are getting the div by the class name of the divs in the board.
We’d love to help you more. Did you know you can join our Free Discord Group and get help from me and from people around the world that are also learning how to code? dorscodingschool.com/discord
i had the same question as well, looking forward to a concise answer
Thank you ma'am
Muito bommm!!
Too thanks 🫡
If you said button one more time I will ask you to marry me 😀
The way you pronounce button is very sweet I love it and great video btw
Keep it up
Learning to code and this video helps a lot
Thanks
You're welcome!
Great video but remind that use javascript as HTML attribute is a bad practice
Very good!
What is the meaning of 'BUTTON' in this part? I could not understand here :(
" if(e.target.tagName != 'BUTTON') "
because if the target is button we want to change color not to draw and that function is only for drawing
im confusing about this also