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?
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: