#23 How to use the Switch Statement | JavaScript Full Tutorial

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 18

  • @mahbuburrahman8880
    @mahbuburrahman8880 2 роки тому +4

    Great 👍 lesson on switch. I don't know why these videos didn't get more views. Your videos much better than other JavaScript tutorials. You have given 2 or more examples and also task/challenges to think on topic but others not. This teaching approach is so helpful for learning coding. 👍

  • @dzajakeks5539
    @dzajakeks5539 3 роки тому +2

    Have to comment after watching video, you deserve more. Awesome video :3

    • @DevDreamer
      @DevDreamer  3 роки тому

      🔥 Thank you so much Rema 😃👍

  • @fredrickuko5493
    @fredrickuko5493 11 місяців тому +1

    This is really cool

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

    Cool Tutorial. Thanks...

  • @pj5877
    @pj5877 3 роки тому +2

    Great Tuts Sir! Thanks :)

    • @DevDreamer
      @DevDreamer  3 роки тому

      Hey Pj, thank you so much 🙂👍

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

    Thank you sooooo much 😭

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

      Thanks for watching 🙂👍

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

    curious why this time the key was `favFood` and not `true`? I used `true` and it worked the same, but I'm wondering if I'm just not completely understanding the difference between using the variable as the key or `true`.

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

    what is the correct format?
    switch() //without a space
    or
    switch () //with a space between them
    getting confused because some tutorials have space and others don't.

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

      Hi there, thanks for watching. Either will work, I believe the convention is without a space 🙂👍

  • @motivationnation16
    @motivationnation16 6 місяців тому

    I would want to know why have you stopped making videos.

  • @webb-developer
    @webb-developer 10 місяців тому

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

    how can l ride the variable sign?

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

      Hi Mohamed, thanks for watching brother 🙂 sorry what do you mean by this?

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

    this was totally fantastic the only problem came while i was writing a template literal . I dont know why my VsC does like that especially it turns it into a string if i use the abbreviation