Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created October 14, 2019 20:35
Show Gist options
  • Save oviniciusfeitosa/d819acf3126561912a8e31f4c39e0323 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/d819acf3126561912a8e31f4c39e0323 to your computer and use it in GitHub Desktop.
javascript validation group.md

let conditionsArray = [ condition1, condition2, condition3, ]

if (conditionsArray.indexOf(false) === -1) { "do somthing" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment