This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by charles
over 8 years

9/15

var myName = “charles”;

drawName(‘charles’,blue); the output is a blue version in bubbles of my name yet code academy wont let me progress. pls tell me why this is happening the error displayed is:Oops, try again. Add blue as a second input to the drawName() function.i do not wish to pint “Charles blue” blue is the command to color my name Charles is the name that i want to color

Answer 56144ba59113cbdb72000323

1 vote

Permalink

Hi Pithen,

You need to pass in blue as a string, so it looks like this:

drawName("Charles", "blue");

Let me know if you need any more help :)

points
Submitted by Zeke Y
over 8 years