What are Pure Functions? | Javascript Functions Tutorial

Поділитися
Вставка
  • Опубліковано 11 лют 2025

КОМЕНТАРІ • 55

  • @DaveGrayTeachesCode
    @DaveGrayTeachesCode  3 роки тому +3

    This tutorial will explain what pure functions are, how to write them, and why you should. A concept from functional programming, pure functions will keep your code clean, make it easy to test, and likewise, make it easier to debug. There are just a couple of rules for pure functions. I'll cover those and provide several examples along the way. If you are just beginning to learn Javascript, I suggest starting with my full 8 hour course tutorial here: ua-cam.com/video/EfAl9bwzVZk/v-deo.html 🚀

  • @movyllc1934
    @movyllc1934 2 роки тому +5

    Yours are some of the clearest and most useful JS tutorials on UA-cam. Bummer it's hard to gain views with such advanced topics, but this makes your hard work just more valuable! Big respect.

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

    This is the greatest JavaScript channel i could ask for. Your clear explanation of all of these JS concepts are incredibly helpful. Thank you so much for this content!

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

    Today I have the "Dave Gray's video evening". One after another. And all of them are very informative and very easy to listen and absorb. 👉🏼🔥

  • @shamoozoid
    @shamoozoid 7 місяців тому

    Wow, 1st video on JavaScript functions that I have come across that is not a person speaking broken English. It is hard enough to learn without having to decipher what the person is trying to say.

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

    Awesome video Dave! I love functional programming and have been playing with the idea of making a video about currying.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 роки тому +1

      Thanks Tom! 🙏 I was thinking about that topic as my next, too. I think you should also make one. I'll check it out ☑️💯

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

    You are the best man!
    Whenever I want something advanced or to get an idea in depth I check if you have it on your channel first! It's like your channel is becoming my bible

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

    You made the subject so pleasurable to follow, straight to the facts. Helping my favorite mentor to make it more to the YT algorithm, one comment at a time :)

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

    Awesome content sir. Needed to brush up my memory on these small but yet important topics

  • @imsagar3541
    @imsagar3541 3 роки тому +1

    Great video thanks Dave Sir.
    Namaste from India.❤️🙏

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

    Thank you so much for this video! I always read that pure functions should not have any side effects, but never understood the meaning.

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

    Rewatching this was a pleasure :)

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

    Thanks!
    Seems quite important concept (...which requires a lot of practice).

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

    Thanks again Dave for the "DETAIL", it really really helps. And thanks on the MVC advice, downloaded an app with a OOP version and then one with a functional version and it really brought some insight of the inner workings of both. You have a way to help support your work there? again, thanks so much!

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

      You're welcome! I appreciate the kind words. And thanks for asking. This summer I plan to look into a Patreon and hopefully launch an email, too. 🙏💯

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

    Awesome job man! this is the best tutorial about this subject!

  • @КлиментийКараваев-у8з

    Very concise and informative, thank you sincerely!

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

    thank you very much for this info bro! SO helpful!

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

    Amazing tutorial. Thank you for making high quality contents!!

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

    @DaveGray a great tutorial and such a great playlist. but i have one question/correction timestamp 7:23. i think increment function doesn't break rule #3 which is mutating a variable because increment function is just assigning a value to x not mutating it and also primitive variables are immutable

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

      That increment function is not taking any parameters. It is changing the value of globally assigned variable x.

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

      Assigning a value also a kind of mutation.

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

    Great video. Learned a lot.

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

    Thanks Dave . Keep going PLS :]

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

    Great Video... HATS OFF

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

    great explanation

  • @viniciusm.m.7822
    @viniciusm.m.7822 3 роки тому

    Thanks a lot!

  • @doniaelfouly4142
    @doniaelfouly4142 9 місяців тому

    thanks

  • @1dforever952
    @1dforever952 2 роки тому

    Hi, Kindly try to upload the code in a GitHub repository. I Don't Know If you have a GitHub repository for this tutorial. But try to upload the code for other tutorials. Thank you for making this content! Big respect.

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

      Thanks for the request! For some of these short tutorials, I encourage viewers to simply recreate the examples as I go.

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

    Amazing

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

    If a function not returning something means automatically it returns a undefined value. In this case it's not pure function? What if I explicitly return undefined?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 роки тому +1

      That's a good question! If you stick with the rules of Pure Functions... Does the same input always produce the same output? Are there no side effects? If it meets those expectations, it is considered Pure.

  • @doniaelfouly4142
    @doniaelfouly4142 9 місяців тому

    thanks