Skip to content

Instantly share code, notes, and snippets.

Created January 17, 2017 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b8e39109e5705a9a0ff7281c1af97195 to your computer and use it in GitHub Desktop.
Save anonymous/b8e39109e5705a9a0ff7281c1af97195 to your computer and use it in GitHub Desktop.
fancy-recipe-9612
void main() {
var arr = ['react', 'angular', 'vue'];
print(arr.contains('react'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment