Development environment

Report a typo

Suppose you want to write a multi-line program in the terminal that prints the name variable to the console. Arrange in the correct order the lines that you will enter into the console (or hotkeys that you will use).

Put the items in the correct order
const name = "username";
> node
Ctrl + D
> .editor
console.log(name);
___

Create a free account to access the full topic