ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Well explained bro...awesome i was searching for this topic for a long but none of the video explained properly...but u r just awesome...continue keep it up
Do you plan to make more videos on Vanilla JS?
Sure thanks for showing your interest. I will definitely upload videos
8:33 - it is not function name, it's the reference
The getRandom no working :(function getRandom() { return Math.round(Math.random(10)*10);}; console.log(getRandom);
You have to execute it with double parentheses, like: console.log(getRandom());
Thanks
Thank you so much
Well explained bro...awesome i was searching for this topic for a long but none of the video explained properly...but u r just awesome...continue keep it up
Do you plan to make more videos on Vanilla JS?
Sure thanks for showing your interest. I will definitely upload videos
8:33 - it is not function name, it's the reference
The getRandom no working :(
function getRandom() {
return Math.round(Math.random(10)*10);
};
console.log(getRandom);
You have to execute it with double parentheses, like: console.log(getRandom());
Thanks
Thank you so much