👨💻 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
@Divine-Oluchukwu Жыл бұрын
Hiiii Just watching this video and decided to say a big THANK YOU 😊 Wish I could make you my personal teacher 🥺
@amitdahiya7425 Жыл бұрын
Love the way you explained each line .. ❤❤
@TirthJoshi-qy8mv11 ай бұрын
Thank you ma'am
@katkodes60552 жыл бұрын
Thank you!! This was very easy to understand, you are a great teacher
@DorsCodingSchool2 жыл бұрын
Thank you!
@katkodes60552 жыл бұрын
@@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!
@chrism5159 Жыл бұрын
indeed
@whiskers08spot092 жыл бұрын
32:04 why is the query selector for divs only selecting the divs in the board and not every other div?
@DorsCodingSchool2 жыл бұрын
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
@hongquannguyen5532 Жыл бұрын
i had the same question as well, looking forward to a concise answer
@thevocoder Жыл бұрын
Muito bommm!!
@muhammed.s5468 Жыл бұрын
Too thanks 🫡
@sohelansari54032 жыл бұрын
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
@DorsCodingSchool2 жыл бұрын
You're welcome!
@pedrohenriquelourenco8486 Жыл бұрын
Great video but remind that use javascript as HTML attribute is a bad practice
@jszz220911 ай бұрын
Very good!
@dostoynikov2 жыл бұрын
What is the meaning of 'BUTTON' in this part? I could not understand here :( " if(e.target.tagName != 'BUTTON') "
@ahmedtahri71092 жыл бұрын
because if the target is button we want to change color not to draw and that function is only for drawing