#5 of 25 Beginner Projects - HTML, CSS, & JavaScript - Counter ( Responsive Design )

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 27

  • @dmytroUAIT
    @dmytroUAIT Год назад +4

    Guys, if your background-color doesn`t work after some changes in css file- it`s a problem of bootstrap. To fix it you can write "!important" after a color of your background in body{...}

  • @c0nsumption
    @c0nsumption 2 года назад +1

    The absolute best tutorial series. Takin it slow cause you really are presenting a workflow here. Thanks for making this free man

  • @rosen.espinoza9477
    @rosen.espinoza9477 3 года назад +1

    I keep learning new things with your awesome videos.

  • @miscellaneouscell
    @miscellaneouscell 2 года назад +2

    This is great, I was able to add a reset button and it works.

  • @peaklegacy146
    @peaklegacy146 Год назад

    On the first 5 tutorials I cant set a background color to the body. I assume its being overwritten by something but I'm not sure what. So-far my only solution is doing something like background-color: yellow!important;

  • @The1U22
    @The1U22 Год назад +1

    Question - How does your browser know the current count / Why does it not reset to zero on every click?

    • @codefoxx
      @codefoxx  Год назад +1

      Declaring the count variable outside of the changeCount function makes it global. This means it wont reset back to zero each time you call the function to increase or decrease the count. If you declared it inside the function, however, it would only increment or decrement one time (if im not mistaken). Go ahead and try it so you can see for yourself

    • @The1U22
      @The1U22 Год назад

      @@codefoxx I see, thanks!

  • @afsanarousne8941
    @afsanarousne8941 Год назад

    Tnx a lot..it's very effective video for beginners..bro..

  • @ruslangilyazov7733
    @ruslangilyazov7733 7 месяцев назад

    The absolute best tutorial series

  • @alexanderson1193
    @alexanderson1193 2 года назад +1

    terrible - why are all these videos showing minus figures?????? How do you set a max and go back to 0?

    • @codefoxx
      @codefoxx  2 года назад

      Mini figures?

    • @alexanderson1193
      @alexanderson1193 2 года назад

      @@codefoxx what? Minus

    • @codefoxx
      @codefoxx  2 года назад

      @@alexanderson1193 its shows negative numbers when you count less than zero

    • @alexanderson1193
      @alexanderson1193 2 года назад

      @@codefoxx I know. I've never seen this on a website but I have seen a quantity button with max figures and the minus button returning to 0. All these videos are useless if they don't show you how to set a max and min value

    • @codefoxx
      @codefoxx  2 года назад +3

      @@alexanderson1193 i respectfully disagree, this video shows beginners how to use a function to dynamically display something on the screen. Setting a min and max value is as easy as creating an if statement inside the function that does not allow it to display the next number if its to low or to high

  • @sudarshanahire
    @sudarshanahire 3 года назад

    Great work man keep going

  • @RituSingh-qu9cl
    @RituSingh-qu9cl 3 года назад

    Hello sir please make one project related to local storage

    • @codefoxx
      @codefoxx  3 года назад +1

      No problem ill be making a video on that before the end of the week

    • @RituSingh-qu9cl
      @RituSingh-qu9cl 3 года назад

      @@codefoxx thank you 😊