Thanks!, I implemented the decrement and reset button too!
@lyricsdelivered2 жыл бұрын
I have a question to ask. I know you added the value keyword which means the specific value of the p tag. However doesnt innerhtml also means the value of that p tag that you want to increment. Why add value instead you can use the innerhtml to incremeent the number by 1
@Carbv12 жыл бұрын
If I have there boxes to update, and they all have different starting number, would I need to create 3 different functions?
@beaubreau2 жыл бұрын
function incrementButton(){ let increment = document.getElementById("incrementText"); increment.innerHTML ++ }
@cobaltblue119 Жыл бұрын
ilyyy
@kayladornan45362 жыл бұрын
could this work in making a heading bigger ?
@MrSTEFFKE2 жыл бұрын
Hello, i need to build an increment button and counter but i need that value stay here when someone reload website, can you give me some advice please?
@gajendrapandeya50814 жыл бұрын
Will you make videos on js as well ?
@Indently4 жыл бұрын
I think the plan will be to make one eventually just like my Kotlin series
@RobertCastilloC4 жыл бұрын
Exellent the other part of my lite rightnow into the same channel very nice
@delavegajamesjustin69974 жыл бұрын
But what if I want to add a larger number for example 5
@loglife72123 жыл бұрын
U got it?
@loglife72123 жыл бұрын
I wanna know to
@davidcarlon2252 жыл бұрын
instead of ++value something like value+=5 could work
@CriticallyAshamed212 жыл бұрын
Value ++ Counter =value +=4 Document.getElementbyId("incrementText").innerHTML = counter