Ask your own question, for FREE!
Computer Science 15 Online
OpenStudy (anonymous):

I'm making an exercise at codecacademy it wants to; Write code that will evaluate "true" if "I'm coding like a champ!" has more than 10 characters. (You can just write the condition into your editor and it will be evaluated for you.)

OpenStudy (anonymous):

codecademy*

OpenStudy (anonymous):

It should be: "I'm coding like a champ!".length > 10

OpenStudy (konradzuse):

String.length > 10 return true;

OpenStudy (anonymous):

thanks both and an other question; why i cant use this ? console.log("I'm coding like a champ!".length > 10); when did i use; console.log ??

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!