JavaScript - Create A Deck Of Cards

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

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

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

    As a Self-Taught Hobby Programmer I have learned a lot from you. Thanks a lot!

  • @connormason6873
    @connormason6873 6 месяцев назад +1

    Thank you for this amazing intuitive video on using JavaScript to make a deck of 52 cards!

    • @mrGcoding
      @mrGcoding  6 месяцев назад

      You're very welcome!

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

    This is fantastic. I love how you break each item down into small chunks and then build on it.

  • @jackyng2375
    @jackyng2375 4 года назад +6

    first time watching your videos. Really great content, I love the way you explain each step comparing other tutorial about JS, your explanation is so clear and easy to understand. I'm new to programming, I'm currently joined a software engineer bootcamp, but struggling at the moment from using oop to creates games. Hopefully you can create more goof videos like this.

    • @mrGcoding
      @mrGcoding  4 года назад

      I appreciate it Jacky!

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

    Super clear and concise! Thank you!

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

    This is really good. Good on the teaching method and good on the video production values. Extra points for picking a fun subject (card game) to demonstrate the concepts. Subscribed.

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

    Thank you, easy to understand.

  • @entertheziggy
    @entertheziggy 4 года назад +1

    awesome stuff man thanks, keep it up!

  • @robertohurtado-wc7yn
    @robertohurtado-wc7yn Год назад +1

    You should also make a video of video poker jacks or better, it would be quite similar to the poker video with different payouts

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

      That's sooo tempting! =D

  • @michaeldunagan8268
    @michaeldunagan8268 3 года назад +3

    Uhm...so....yah....
    .... this is why I'm still driving a truck: I actually made 52 variables for each card in the deck....😑🙈

  • @girishsouki7379
    @girishsouki7379 4 года назад +1

    gud way to explain .. can u give some resources to learn up to pro and can u say how many days it takes if i work 3 hours a day

    • @mrGcoding
      @mrGcoding  4 года назад

      Sure. My next two videos will be about coding tutorials and my own coding journey.

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

    How do you run it in the terminal?

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

      Node (nodejs.org/en) allows you to run JavaScript code outside of a browser.

  • @liz.1328
    @liz.1328 2 года назад +1

    A link to a git repo with the code would be greatly appreciated!

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

      I don't think I pushed the code to a github repo! :(

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

    Wow, how to set values sir,

  • @daveidell4084
    @daveidell4084 4 года назад +2

    52 cards, and somehow I still can't manage to catch a pair on the flop.

    • @mrGcoding
      @mrGcoding  4 года назад +1

      If you never fold, eventually it will happen.

  • @fari.
    @fari. 3 года назад

    When I run the code I get a "undefinedH", "undefinedC", "undefinedD", "undefinedS". I checked everything and I'm sure everything is right I haven't left any blank spots or wrong numbers in the deck. Could you help me in anyway, I know you cant see my code but I can send it on request.

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

      fari, were you able to figure this out?