For this step, idk what else i need to write in. Loops have been a tough area for me to learn without extra hints.
if (true) {
"Condition is true";
}
For this step, idk what else i need to write in. Loops have been a tough area for me to learn without extra hints.
if (true) {
"Condition is true";
}
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Well what have I done wrong in the code that i wrote above which is not correct to pass this step?
We can’t tell because you haven’t shared a link to the step.
It’s kind of hard to tell from the information that you’ve provided what you’re trying to do.
If you read the text above it tells you how to provide context for your question automatically
You are missing the console log. You are asked to log out "Condition is true"
I thought we had changed the “print” part, but apparently not. By print, it means log.