Jump the line writting on console

Hi there.
I have a silly question… haha.
When im writting on the console, how can I do to jump to another line and not running it?
I want to write in console for example:

console.log(a); “here, to jump to the next line y press ENTER”
console.log(b);
If I press ENTER while in the console it will run the command.

Hope be clear with my question.

I figured it up by myself.
solution: Shift + ENTER.

1 Like