What does the '&&' expression mean in this snippet of JavaScript? [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . Hi, I recently got a piece of JavaScript code snippet from here. Could someone please explain how this statement works: (jq=jq.slice(1)).length && hidenext(jq); in the function below? (function hidenext(jq){ jq