Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lazy Evaluation

Are Promises Lazily Evaluated?

Is the code below guaranteed to output HERE? var p = new Promise(() => console.log('HERE'… Read more Are Promises Lazily Evaluated?