Skip to content

Instantly share code, notes, and snippets.

@borkDoy
Last active May 27, 2019 21:01
Show Gist options
  • Save borkDoy/22b65b35941b9d07bf44c822ba4d7848 to your computer and use it in GitHub Desktop.
Save borkDoy/22b65b35941b9d07bf44c822ba4d7848 to your computer and use it in GitHub Desktop.
if (alphabet.indexOf(currentLetterToFind) > i){
fill( 220 , 220, 220 )
}
else{
// Assign the stored color value
fill( alphabet[i][4] )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment