If I wanted to tack on a a conditional statement within the code that
would check a string by a number of cases and assign colours to each
one, how would I do that - I am familiar with Java's syntax where you
might write something like if (name.equals("charlies") { the function
would go here... }

Reply via email to