Hacker News new | past | comments | ask | show | jobs | submit login

Javascript will short-circuit in && and the ternary operator, too. But that's not really the same as lazy evaluation, which both is more general and happens in a different context; ES6 generators, for example, are lazy, which means that any sequence function in which one is used is lazy as well.

Indent your code snippets with a minimum of four spaces and they will be rendered as preformatted, monospaced text. Vertically adjacent lines thus indented will be rendered as a single block.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: