Actually, I am on a Bootcamp of full-stack dev and your videos helped me a lot. I have 0 knowledge of this, I work in a different field. My next project is about a dashboard with graphics. I hope there is a video of it..
Thank you so much.. actually i have done my full stack course.. currently i develop my project i was r&d for th is code finally i got it . Its very helpful for me Thank you so much..
And how to write logic in JS for several (two or three) Increment/Decrement buttons. Because the code in JS only works for one form Increment/Decrement button. Thank you in advance for your response
by like this we have to increase the progree bar how if i click on + button the progress bar slightly increase to some value like this also - also how to do tell me guys u have any other video means send me the link to this account plz guys
super simple and most important for Web Designers
Actually, I am on a Bootcamp of full-stack dev and your videos helped me a lot. I have 0 knowledge of this, I work in a different field. My next project is about a dashboard with graphics. I hope there is a video of it..
Great to hear!, Stay tuned
Simple but very useful. TY❤
Glad you liked it.
Thank you so much.. actually i have done my full stack course.. currently i develop my project i was r&d for th is code finally i got it . Its very helpful for me
Thank you so much..
You are most welcome
This is very nice. I love JAVASCRIPT.
Glad you like it!
This is very creative Sir i love this project so much Thanks for sharing😍
Glad you like it. Best regards!!
@@CodingLabYT Best Regards to you to Sir wish you all the best
Nice I like the ternary operator
Thank you so much.. Best regards!!
ありがとう。
勉強になりました。
Thank you Very much that's very helpfull
Glad it was helpful!
Thank You very much. I'm from Colombia 🥳
You’re welcome 😊
Thx for guide bro!Really helped me)))'
Glad it helped!
Very simple, I like it!
Glad you like it!
brother mine ain't updating please help
Nice project 👍
Thank you! Cheers!
Wow.. 👍😊
Please Make Face Recognition With JavaScript ❤️
I will think about it, Best regards!!
const plus = document.querySelector(".plus"),
minus = document.querySelector(".minus"),
num = document.querySelector(".num"),
update = (n) => {
num.innerText = (n < 10 && n > 0) ? `0${n}` : n;
}
let a = 1
plus.addEventListener("click", () => update(++a));
minus.addEventListener("click", () => update(--a));
1) Fix negative numbers
2) Make code shorter
To make easier for all types of viewers, i used little long and easy codes. Thankyou for your suggestions
not fixed ,it gives -1,-2,............ AND 1,2,3....... 11,12,13,14....
Super work
Glad you like it. Best regards!!
BRO FROM WHICH COLLEGE YOU WERE AND WHAT COURSE YOU DID
You can take all the source code, link is in video description.
And how to write logic in JS for several (two or three) Increment/Decrement buttons. Because the code in JS only works for one form Increment/Decrement button. Thank you in advance for your response
How if me make two button like that. one of them is not working. Please help me
Make tutorial how to create and design a good looking chart please....
Nice project!!. I will think about it
Nice
Thanks!!
You are a good programmer and man
more javascript project give video please
Sure. Stay tuned
i have dought with in the script tag
Genial!
1 st view and comment
First Reply 😎😎
@@CodingLabYT 😁
What happens if you have more than one button which extra code should I add?
Hi can anyone help me with the issue that shows 2 Quantity increment (it looks like this= -- -- / + + ) buttons? How can I fix this?
Could you let me know how your functions worked? I had the exact same code but didn't use anonymous functions and it didn't work?
Source code files are available in my website link is in the description.
❤️
thx
how to save it after refresh?
2nd comment and big fan need a reply
Hello❤️
Hello You give these codes, but where do we write these codes?
You can use Atom code editor
Pls making a shopping cart using html css js
I have created lots of Product Card, hope you will like them
Not product cards *shopping cart*
Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
You can take all source code from my website. Link is in description
you should put your after/under the
Dai coding kaha bata siknu bako vamdinu na please 😐
TH-cam, website and books
@@CodingLabYT Which website bro
Like w3school and stack overflow
@@CodingLabYT wow thanks sir how much we should practice a day ?
Its up to you.
Hlo i have an issue can any one please solve this this script is applying to only 1 button on my site how to apply this to all the buttons???
by like this we have to increase the progree bar how
if i click on + button the progress bar slightly increase to some value like this also - also how to do tell me guys u have any other video means send me the link to this account plz guys
Why isn't it working inside the modal?
Please give me any code
link code please
In the description
you are baller
make it without this "0"
Nice