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!
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.
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!
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!
The real Daenerys Targaryen our teacher!
Ania Kubow Forever
Many thanks for this lesson! as always useful and clear!
Thank you , this was fun - I am excited to jump on the next 1 hour app in JS. Well Done!
Some ultra name refactor needed but for the scope it liveable
hello, I watch again this wonderful js work because it's game + fun - thanks
Thanks Ania , this is my favourite game , thanks for sharing it's wonderful js flow .
Aw thank you!
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.
Thanks so much for watching 🤗🤗🤗
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!
I did this a while ago, was fun
Hi Ánia I love your videos, can you teach us theThree.js please ❤
0% boring
She is definitely a good teacher
I created breakout 40 years ago using assember on C64. Can't get my head around JS, though.
Thanks for this.
You are absolutley amazing and beautiful keep it up 🙌
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();
Thanks for sharing!
How it's says some comments are 2 days older while this posted just a 46 minutes ago?
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?
That’s so cool! I did not sadly :)
thank you
Thank you Mother of dragon 🐲🐉 really it's nice video❤
🐉
Are real or ai generated a model?
Space invaders meets pong
awesome....................................KUbow..................................great video...................;) bye
Love it! thx.
:)
well, you look pretty on the thumbnail by the way...
No, it looks idiotic. Sorry. What’s that expression called? blowjobreadiness? Inappropriate.
I am a model developer, you are a model and developer❤
First
You still so beautiful and what you do
Code with kitty
Maybe we should do yoga together..?.
Medieval Yoga
two
thirst
When will we have an 0nly-Fans channel of you? =)
I hope you're not being disrespectful
Hello @ania_kubow, with the launch of Devin, do I as a developer have a future?
Thank you