Friday, 10 May 2019

Does JavaScript have "Short-circuit" evaluation?

I would like to know if JavaScript has "short-circuit" evaluation like && Operator in C#. If not, I would like to know if there is a workaround that makes sense to adopt.



from Does JavaScript have "Short-circuit" evaluation?

No comments:

Post a Comment