Розмір відео: 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
8:33 - it is not function name, it's the reference
Do you plan to make more videos on Vanilla JS?
Sure thanks for showing your interest. I will definitely upload videos
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());
Thank you so much
Thanks
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
8:33 - it is not function name, it's the reference
Do you plan to make more videos on Vanilla JS?
Sure thanks for showing your interest. I will definitely upload videos
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());
Thank you so much
Thanks