Some ultra name refactor needed but for the scope it liveable
@jamesp98234 ай бұрын
Thanks for this. Currently refreshing my JavaScript skills and this helps a lot. I would recommend using "Extract Variables" or "Introduce Explaining Variables" to make the code more readable.
@aniakubow4 ай бұрын
Thanks so much for watching 🤗🤗🤗
@MrBrady958 ай бұрын
Cool, thanks for putting the fun in function! And since we're on a fun kick: @33:00 //check for wall hits ... is what I do on the cat track ... when I'm riding on my snow board! Cheers!
@jdabbasi9908 ай бұрын
The real Daenerys Targaryen our teacher!
@rajunaidu77517 ай бұрын
Ania Kubow Forever
@haythem51018 ай бұрын
Many thanks for this lesson! as always useful and clear!
@RAVISHARMA-hk5ll7 ай бұрын
hello, I watch again this wonderful js work because it's game + fun - thanks
@AndreColon8 ай бұрын
Thank you , this was fun - I am excited to jump on the next 1 hour app in JS. Well Done!
@RAVISHARMA-hk5ll8 ай бұрын
Thanks Ania , this is my favourite game , thanks for sharing it's wonderful js flow .
@aniakubow8 ай бұрын
Aw thank you!
@ahmad-murery8 ай бұрын
Nice little game Ania I like making such games when teaching Young people, it keeps them engaged and having fun at the same time. about 2 years ago I taught a 12y/o kid the fundamentals of frontend development and for the final project he was able to build a similar game (with some advanced features) and I really didn't expect he can understand all concepts, anyway, I think he was smarter than me😎. Thanks!
@jakubfrei37578 ай бұрын
I did this a while ago, was fun
@VADC-dev8 ай бұрын
0% boring She is definitely a good teacher
@tanguy_chenier7 ай бұрын
Thanks for this.
@zughbor8 ай бұрын
Hi Ánia I love your videos, can you teach us theThree.js please ❤
@Romcikkas8 ай бұрын
Hello.Good job, done the same with react, added change ball speed functionality. Also instead of blocks array, I create function for blocks drawing: const numRows = 3; const numBlocksInRow = 5; const blocks = Array(numRows) .fill() .map((_, rowIndex) => { return Array(numBlocksInRow) .fill() .map((_, blockInRowIndex) => { const xAxis = 10 + blockInRowIndex * (blockWidth + 10); const yAxis = 270 - rowIndex * (blockHeight + 10); return new Block(xAxis, yAxis); }); }) .flat();
@aniakubow8 ай бұрын
Thanks for sharing!
@TheMetalMag8 ай бұрын
thank you
@hilmanzaki28427 ай бұрын
You are absolutley amazing and beautiful keep it up 🙌
@anresu30317 ай бұрын
I just watched an ad for Candy Crush and the person narrating it had a voice nearly identical to yours. Did you ever work with King?
@aniakubow7 ай бұрын
That’s so cool! I did not sadly :)
@rajunaidu77517 ай бұрын
Space invaders meets pong
@VADC-dev8 ай бұрын
How it's says some comments are 2 days older while this posted just a 46 minutes ago?
@youknowitItsTecH8 ай бұрын
Thank you Mother of dragon 🐲🐉 really it's nice video❤