JavaScript Project: Counter

preview_player
Показать описание
JavaScript adds interactivity to any of the webpages you see. That is why UltraDevX has started created this tutorial a JavaScript project so you can learn JavaScript. With this tutorial you will be able to create a counter in HTML, CSS and JavaScript. I recommend every one should do this tutorial as the basics are the most important. We will add some buttons so you can increase, decrease or reset the timer.

Subscribe, as it helps a lot.

----------------------------------------

+ Video files

😀️ Links
Рекомендации по теме
Комментарии
Автор

wooo
Very nice and accurate explanation, thank you

ayaali
Автор

Great job and explained every bit perfectly!

smitallunawat
Автор

I did this, it is amazing! But everytime I refresh or close tab, I lose the number where I previously left off. How do I make it such that everytime I refresh, i still get the previously stored number?

DamosyTheFreckle
Автор

Thanks for your simple, easily understood video. Superb.
From this I got my first successful javaScript, HTML, css project.

thangamaniav
Автор

I really liked the way u explained it. It was very engaging and very cool
too!













































































BePositiveDaily
Автор

With this code how can I disable the decrease button if the value < 0? Nice video.

cRillystr
Автор

so If I have the if (count > 0) {
counter.styles.color = 'green';
}

if (count < 0) {
counter.styles.color = 'red';
}

if (count === 0) {
counter.styles.color = 'black';
}
my code doesn't work, if I comment it out everything works
I get an error in the console that says Uncaught TypeError Can not set properties of undefined (setting 'color') would you know why?

mverma
Автор

hyy yrr why did'nt you show output after write a several line of code😪

TokijikarinShikaki