What do you think about this video, let me know in the comment ❤❤
@sadiifinancial7 ай бұрын
😻very easy to understand thank u sir
@MelchizedekiDavid4 ай бұрын
how to give limit for the counter and when reach a certain value like 10 to give you the information that you have reached a max value or 0 to give you that you have reach a minimum value
@JunieVM Жыл бұрын
Thanks Hossain. I'm a late bloomer, learning Programming. This helps me a lot.
@Cybersicherheit5 ай бұрын
For me it was great, but at least I feel motivated after I found a solution to link up JavaScript with HTML I had an issue there but I tried since I wanted to be the best in coding squad
@shefali567 Жыл бұрын
great video! it was fun because of the design part and you explained the js part very well. Please make more!
@jorgemarquez9040 Жыл бұрын
Great video but i would double check your code the increment isn't working
@TheIndianOutcast5 ай бұрын
Great Work............
@abdullahamir7449 Жыл бұрын
ভাইজান নিচে বাংলা সাবটাইটেল দিলে আমাদের জন্য ভালো হইতো,,, ধন্যবাদ ভালোবাসা অভিরাম প্রিয় ভাই ❤️❤️❤️
@PiyushKeshari-b3h3 ай бұрын
Good
@JorgeRivera-rp1zw Жыл бұрын
How to avoid -1, -2, etc..?
@Cybersicherheit5 ай бұрын
I have finally found that solution btnDecrement.addEventListener('click', ()=>{ if(curValue > 0){ curValue--; mainTitle.textContent = curValue; } }); that is the right code for decrement tested as is working.
@kottamanvith3120 Жыл бұрын
Thanks a lot for this, experienced smooth learning process here.
@Amalindhodeeq8 ай бұрын
Thank you so much 🙏
@TechLoons10 ай бұрын
this video is really helpful
@lovelyscenes1476 Жыл бұрын
Good bro thanks
@srinivaspagidi5764 Жыл бұрын
What is the "textContent" ?
@UAKTech-vk3gf10 ай бұрын
Thanks alot sir❤
@pavanbirnale9331 Жыл бұрын
thank you sir
@Brightangel001 Жыл бұрын
works thanks
@englishwithjunaid25 ай бұрын
Awesome viedo
@kcnitesh Жыл бұрын
Supper
@srinivaspagidi5764 Жыл бұрын
mainTitle.textContent = curValue What is the "textContent" ?
@ravinegi21898 ай бұрын
Textcontent is the value under the maintitle which is 0 which is now converted in the value of curvalue
@jyotibikashpaul9176 ай бұрын
Text content is better than innertext where we can store all type of text
@ChobacarsPortHarcourt10 ай бұрын
God bless you
@AjayYadav-df9ez9 ай бұрын
Reduce your speed bro!
@something1712 Жыл бұрын
Amazing 🥰
@shovoalways Жыл бұрын
Thank you! Cheers!
@TheComedyKing-511 ай бұрын
sir u r doing so fast and not give single explanation not useful
@bhanue.bhanuprakash4663 Жыл бұрын
It's not working this is fake
@shovoalways Жыл бұрын
It’s 100% working. Definitely Did some mistake just figure it out where it is .