Where are the short-circuiting operators in ActionScript/JavaScript? -


There are operators like VB and, which make logical combinations of short-circuiting , where operators Can be found in JS / AS?

Normal & amp; Amp; And || Operators do short circuit evaluation.


Comments