View Single Post
Old 08-04-2012, 05:44 PM   PM User | #1
Doubleflame
New to the CF scene

 
Join Date: Aug 2012
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
Doubleflame is an unknown quantity at this point
Unhappy Very simple problem with booleans, PLZ help!

Im trying to start learning javascript in code academy. So I found out that I can't complete one task with booleans.
I will copy the task...

Write code that will say true if I'm coding like a champ! has more than 10 characters.

So my answer was:

if ("I'm coding like a champ!"length)>10=true

I have no idea in what order should I write these...

Please help!
Doubleflame is offline   Reply With Quote