ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Instantly subscribed, keep up the good work! this channel is a gem for sure :) happy to be here at the start of the channel
Thank you very much!
Your channel is a gem, such well edited videos with great attention to detail and beginner friendly as well ❤
Thank you man! Means a lot when these things don't go unnoticed.
This is a nice use of grid. Thanks for the tutorial.
Glad you like it!
Thank bro, this has been very helpful.
Great videos
Thank you as always for the support
There is a small error in your code and you'll also get a warning for this in console. {Array.from(Array(20 * 12), (i) => ( ))}Here i isn't what you think it is. index is the second argument so you need to use something like (_, i) =>
Instantly subscribed, keep up the good work! this channel is a gem for sure :) happy to be here at the start of the channel
Thank you very much!
Your channel is a gem, such well edited videos with great attention to detail and beginner friendly as well ❤
Thank you man! Means a lot when these things don't go unnoticed.
This is a nice use of grid. Thanks for the tutorial.
Glad you like it!
Thank bro, this has been very helpful.
Great videos
Thank you as always for the support
There is a small error in your code and you'll also get a warning for this in console.
{Array.from(Array(20 * 12), (i) => (
))}
Here i isn't what you think it is. index is the second argument so you need to use something like (_, i) =>