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!
|