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: kzbin.info/www/bejne/e5eknWyYrN-JkM0 🚀
@movyllc19342 жыл бұрын
Yours are some of the clearest and most useful JS tutorials on KZbin. Bummer it's hard to gain views with such advanced topics, but this makes your hard work just more valuable! Big respect.
@DaveGrayTeachesCode2 жыл бұрын
Thank you! 💯🙏
@shamoozoid5 ай бұрын
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.
@Albert_Hall Жыл бұрын
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. 👉🏼🔥
@DaveGrayTeachesCode Жыл бұрын
Glad you like them!
@nycj3602 жыл бұрын
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!
@DaveGrayTeachesCode2 жыл бұрын
You're very welcome! 💯🙏
@aileenchan37412 жыл бұрын
Thank you so much for this video! I always read that pure functions should not have any side effects, but never understood the meaning.
@DaveGrayTeachesCode2 жыл бұрын
Glad I could help!
@moathdw9102 жыл бұрын
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
@DaveGrayTeachesCode2 жыл бұрын
Thank you for the kind words!
@TomDoesTech3 жыл бұрын
Awesome video Dave! I love functional programming and have been playing with the idea of making a video about currying.
@DaveGrayTeachesCode3 жыл бұрын
Thanks Tom! 🙏 I was thinking about that topic as my next, too. I think you should also make one. I'll check it out ☑️💯
@matinsasan2 жыл бұрын
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 :)
@DaveGrayTeachesCode2 жыл бұрын
Thank you, Matin! 🙏
@bakihanma18652 жыл бұрын
Awesome content sir. Needed to brush up my memory on these small but yet important topics
@DaveGrayTeachesCode2 жыл бұрын
Glad it was helpful!
@imsagar35413 жыл бұрын
Great video thanks Dave Sir. Namaste from India.❤️🙏
@DaveGrayTeachesCode3 жыл бұрын
You're welcome! 🙏💯
@imsagar35413 жыл бұрын
@@DaveGrayTeachesCode ☺️☺️☺️🙏🙏
@shineLouisShine2 жыл бұрын
Thanks! Seems quite important concept (...which requires a lot of practice).
@DaveGrayTeachesCode2 жыл бұрын
You're welcome, Louis!
@gordonmullen72723 жыл бұрын
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!
@DaveGrayTeachesCode3 жыл бұрын
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. 🙏💯
@surafelgetachew62782 жыл бұрын
@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 Жыл бұрын
That increment function is not taking any parameters. It is changing the value of globally assigned variable x.
@theteachr Жыл бұрын
Assigning a value also a kind of mutation.
@matinsasan2 жыл бұрын
Rewatching this was a pleasure :)
@DaveGrayTeachesCode2 жыл бұрын
Thank you, Matin! 🙏
@zaid46903 жыл бұрын
Awesome job man! this is the best tutorial about this subject!
@DaveGrayTeachesCode3 жыл бұрын
Thank you Zaid! 🙏
@КлиментийКараваев-у8з2 жыл бұрын
Very concise and informative, thank you sincerely!
@DaveGrayTeachesCode2 жыл бұрын
Glad it was helpful! 💯
@aeronwolfe7072 Жыл бұрын
thank you very much for this info bro! SO helpful!
@DaveGrayTeachesCode Жыл бұрын
Glad it was helpful!
@aya22222 жыл бұрын
Amazing tutorial. Thank you for making high quality contents!!
@DaveGrayTeachesCode2 жыл бұрын
You're welcome! 💯🙏
@joynal_dev3 жыл бұрын
Great video. Learned a lot.
@DaveGrayTeachesCode3 жыл бұрын
Glad to help!
@1dforever9522 жыл бұрын
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.
@DaveGrayTeachesCode2 жыл бұрын
Thanks for the request! For some of these short tutorials, I encourage viewers to simply recreate the examples as I go.
@tedndg3 жыл бұрын
great explanation
@DaveGrayTeachesCode3 жыл бұрын
Thanks Ted! 🙏
@jatilyadav4000 Жыл бұрын
Great Video... HATS OFF
@DaveGrayTeachesCode Жыл бұрын
Glad you liked it!
@doniaelfouly41426 ай бұрын
thanks
@aliciapeter5623 жыл бұрын
Thanks Dave . Keep going PLS :]
@DaveGrayTeachesCode3 жыл бұрын
You're welcome! 💯🚀
@viniciusm.m.78223 жыл бұрын
Thanks a lot!
@DaveGrayTeachesCode3 жыл бұрын
You're welcome! 💯
@damo1903 жыл бұрын
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?
@DaveGrayTeachesCode3 жыл бұрын
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.