Build a COUNTER with LOCAL STORAGE in JAVASCRIPT - A JavaScript beginner tutorial

Поделиться
HTML-код
  • Опубликовано: 13 сен 2021
  • Learn how to build a javascript counter that saves its result to the browsers local storage! A beginner friendly javascript tutorial!
    Repo: github.com/TylerPottsDev/yt-j...
    // MY GEAR FOR CODING AND RUclips
    Blue Yeti Microphone: amzn.to/3jr3l7T
    Microphone Stand: amzn.to/35B9LMN
    Chair: amzn.to/3dWds3F
    Thunderbolt Dock: amzn.to/3osBF6u
    Monitor: amzn.to/37I8KoR
    Screenbar Light: amzn.to/3iFRS7w
    All of these products I own and have tested!
    // JOIN THE NEW DISCORD SERVER!
    / discord
    // FOLLOW ME ON TWITTER
    / tyler_potts_
    // INTERESTED IN GAME DEV?
    Game development channel: / muddywolf
    // CHECK OUT MY GAME
    play.google.com/store/apps/de...
    // DO THESE SIMPLE STEPS
    LIKE, SUBSCRIBE & SHARE
  • ХоббиХобби

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

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

    Did your "color generator"-tutorial yesterday, you lost me at your javascript speedrun. this one's here is much much better! thank you very much for actually explaining - even the simple stuff!

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

    the most impressive thing of the videos is the intro, cool af

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

      Not sure if compliment or insult but thanks xD

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

      @@TylerPotts compliment, ofc lmao

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

    Great tutorial!;)

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

    Thank you for an awesome toturial!
    may I ask which extension do you use for 'autocomplete' your code ?

  • @NERO-ez1mn
    @NERO-ez1mn 2 года назад +1

    the thing i was looking for

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

      I'm happy you found it :)

    • @NERO-ez1mn
      @NERO-ez1mn 2 года назад

      @@TylerPotts i always go here before going to the other ones haha

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

    wohow!

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

    Dude it is a nice video as usual and please make a cookie project as well

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

    noic

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

    Thanks, Dad!

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

    very good explanation i have a doubt while you writing JavaScript code before you writing complete code suggestion's are showing in Vscode how ?? please tell me, brother

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

    please how did he make his vs code bring out codes he's yet to type in the javascript part where he uses switch. please anyone know how he was able to do that?

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

    isn't it better to incase type = clear, we just rewrite our local storage variable?

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

    upload daily

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

    Can someone give to me to copy? It will take too long to write everything

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

      The code is in the github repo Link in description

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

      @@TylerPotts okay ty

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

    I actually think you’re too fast 😭🥺

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

    Thank you ; very interesting content. Not east to follow as a beginner, but managed nonetheless.
    There are some tricky parts that I believe would deserve some in-depth explanations such as
    actions.forEach(action => {
    action.addEventListener('click', () => {
    const type = action.dataset.action;
    Keep up the good work!