Reassignment vs Mutation in Javascript

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • Please subscribe: / @devtutsco
    Website: nick.scialli.me
    --
    Let's discuss reassignment and mutation in JavaScript! Learning the distinction between these two concepts can save you a lot of headaches and debugging pain in your JavaScript career.

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

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

    My first video back after a two-year hiatus 🎉! Appreciate any feedback on video or audio quality as well as requests for future videos.

  • @MosheAzoulay
    @MosheAzoulay 5 месяцев назад

    thank u! u made it simple

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

    good explaining. You can continue this topic with clone object in js (shallow copy and deep copy)

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

      Thanks! That’s a great idea for a topic. I will probably do a video on a bunch of different ways to copy an object.