JavaScript Data Structures - Stacks

Поділитися
Вставка
  • Опубліковано 25 чер 2021
  • '🤖 Discord
    / discord
    📕 Download my e-books
    payhip.com/DevSage
    👕 Merch
    cottonbureau.com/people/devsage

КОМЕНТАРІ • 15

  • @misael5179
    @misael5179 Рік тому

    I was looking for a good explanation everywhere, and finally I found one. Thank you so much man, you have no idea how much you helped me today!

  • @Ahmed-cy4jp
    @Ahmed-cy4jp 2 роки тому +1

    I really like how simple and easy to follow your explanation even for me.. someone whose first language isn’t English!

  • @Gab_Rezende
    @Gab_Rezende 2 роки тому +1

    Great content!

    • @DevSage
      @DevSage  2 роки тому

      Thank you for that!

  • @vslijkerman
    @vslijkerman 2 роки тому +1

    Nice videos! I like your clear explanations. I expected you would use a linked list here but I like this better. To simplify the `print` method, you could write `print() { console.log(this.items.reverse()) }`.

  • @TruthTrill
    @TruthTrill 2 роки тому +1

    Let's gooooo!

    • @DevSage
      @DevSage  2 роки тому

      💪🏾💪🏾💪🏾

  • @joaomendoncayt
    @joaomendoncayt 2 роки тому +2

    Keep it up! Awesome content!

  • @Miles09
    @Miles09 Рік тому

    Good video, bro.

  • @TheRealBwoi
    @TheRealBwoi 2 роки тому +1

    Keep up the great content!

  • @Ahmed-cy4jp
    @Ahmed-cy4jp 2 роки тому +1

    Thank you so much!! Because of you now I can loudly say that I understand Recursions!
    Is it weird that I’m writing this comment on a different video? Lol
    Because I watched a bunch after that video..

  • @foupax
    @foupax 2 роки тому +1

    this is real neat video, Thanks 👍

  • @arazmammadov9276
    @arazmammadov9276 2 роки тому

    Where to use these stacks?