How to Make a "Typewriter Carriage"

Hello friends! I’m just starting to learn JavaScript and I have a question.

In C#, when you used Console.WriteLine, your string values were printed to a column. So, how to do something similar in JavaScript and is it possible at all?

Thanks in advance!

Hi @Mercurio376 - welcome :slight_smile:

To add to what @PAEz mentions, a screenshot would be helpful. When you use console.log, the output is in column where each subsequent console.log output goes into a separate line:

You can see an overview video (and text) of how to get started with the Console here: Console Logging Basics

:robot:

1 Like

Thank you very much!

*I really enjoy learning from your book

1 Like