Learn the JavaScript DOM With This Project - Memory Game

preview_player
Показать описание
View the SOURCE CODE:

The best way to learn the JavaScript DOM is to build something with it. In this video, we'll be building a memory game.

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript
Рекомендации по теме
Комментарии
Автор

*MORE JAVASCRIPT PROJECTS* 👇

*ENROL IN THE ULTIMATE JAVASCRIPT DOM CRASH COURSE* 👇

dcode-software
Автор

ur teaching method is really good
thanks😍

yoonei
Автор

I have watched this video and rewatched this video. I learned alot from this project. I have made simple projects like "to-do lists" and such but I haven't used "return" hardly at all. This project really showed me how to use the "return" statement and "true/false" statements. I made this project 3-4 different times. Had to keep watching parts of your video when I would get stuck but I eventually made it on my own. Everything seems very simple eventually once you learn why things are doing what they are. Thanks for the video, your way of teaching is awesome, keep it up!

justinstewart
Автор

Nice and helpful video. Thank you man!

kubataiupov
Автор

Amazing tutorial, really needed this to practice Js, Thanks Dom!

alhamdulilah
Автор

Great tutorial for a beginner. I am having trouble with the game not letting me click on more tiles after the initial 2 disappear. What do you think could be causing this?

gabebott
Автор

On line 13 (time 11:16), you used colorsPicklist.length. Isn't this equivalent to tileCount which is declared on line 4?

rigohernandez
Автор

18:16 when I add the event listener it only changes the last colour regardless of what tile I click on. I can't click on any other tiles after the last colour has been revealed.

xboxfan
Автор

could you tell me your Vs Code theme Name_🙆

CrazyAshu
Автор

nice! what is this extension that you type .classname and add a div

znkdev
Автор

How did you get more tha 8 colors after splice??? When using splice it detuct 1 element. So, usng for loop it delete 8 color element. Plz explain???

ajayathapa
Автор

doesnt seem to workout for me in intellij.

techballerina
Автор

Why are you using functional programming I thought your signature was OOP ?

_magical
Автор

I don't understand how awaitingEndOfMove and activeTile work. From my point of view, they are 'empty' variables. They shouldn't work.

darthchris