Lessons output javascript

Hi! I’m studying javasript right now. I would like to know why I can’t see the preview of my code on the screen.
I can see the following message:

/**

  • Your test output will go here
    */

But when I run the code, I’m not able to see what is the result or the output. I mean, the test is validated, and it is marked as correct, But it would be great being able to see what is the purpose of the code we are running, to see a preview of what we did.

Hi! If you are having an issue with a particular challenge, the best course of action is to click on Ask for Help and Create a Help Post on the Forum.

This will create a forum post which includes your code, a direct link to the challenge and an opportunity for you to explain in detail what the issue is.

Without seeing your code or the challenge in question, it’s tricky to help!

I think is tricky to help until the moment you have solved the problem. Once the question is solved and reviewed by the platform, I think it would be great having a preview of what we did. I’m talking about the moment we have solved the question and the quetsion is reviewd and pointed. It’s more visual for students to see what we did. It’s my opinion!

You can use console.log in any of the challenges to see what your code (or individual sections of it) is returning.

That was my doubt. Now my doubt has been solved. Thank you very much!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.