Challenge Flashy Flash Card
Show the answer!
To help us remember fun facts, let's make a flash card. We'll normally display a question, and when the mouse is pressed, we'll display the answer!
Make sure you're passing a string to the text() commands.
If (----) {
Text(“----“, ----, ----);
draw = function() {
Text(“----“ ----,----);
}