javascript
javascript copied to clipboard
Add section about Short Circuit Evaluation
Add section about Short Circuit Evaluation
Once @goatslacker's comments are addressed, this LGTM.
@vlopez5 this is great - abusing value selection operators for control flow is bad news bears indeed. Are you still interested in landing this? It'd be great if you could rebase on latest master and address the comments in the PR :-)
Please merge this in! :(
@schinsue it's waiting on https://github.com/airbnb/javascript/pull/188#issuecomment-166979277 and/or the original PR author checking the "allow edits" box on the right side of the PR.
@ljharb Am I allowed to create a fork and follow up on the comments made in the original PR?
EDIT: Maybe this can be closed, as chapter 17.2 Also addresses this.
I'm sorry for the delay guys... I already checked the box to allow edits! Thanks guys!
I've rebased this; but indeed, https://github.com/airbnb/javascript#control-statements--value-selection seems to already cover it (#1729)