What is Lazy Evaluation - Introduction to Lazy Evaluation in Functional Programming

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=dZJkNuZSqlo



Duration: 5:47
6,917 views
27


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

In this video, we introduce a concept of functional programming called Lazy Evaluation. Lazy Evaluation refers to the strategy of delaying the evaluation of an expression until its value is needed. Today we describe its pros and cons and where we see it in vanilla Javascript. We also examine good use cases of Lazy Evaluation in JavaScript and the Lodash library.

Watch this video to learn:

- What is Lazy Evaluation
- When you should use Lazy Evaluation
- Why you shouldn't always use Lazy Evaluation







Tags:
Lazy Evaluation
What is Lazy Evaluation
Lazy Evaluation in Functional Programming