Skip to content

Instantly share code, notes, and snippets.

@TunvirRahman
Created May 7, 2021 21:10
Show Gist options
  • Select an option

  • Save TunvirRahman/ecf18a150a0c979b5aaf2a5a768c35ea to your computer and use it in GitHub Desktop.

Select an option

Save TunvirRahman/ecf18a150a0c979b5aaf2a5a768c35ea to your computer and use it in GitHub Desktop.
someFunction(str){
const conditions = ["someValue1","someValue2"];
return conditions.some(condition=>str.includes(condition));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment