Command output

Report a typo

Match the commands with their respective outputs.

Match the items from left and right columns
node -p "x = 2; x*10"
node -e "console.log(1+2)"
node -p 2+2
node -e "true"
node -p "console.log(1+2)"
node "console.log(1+2)"
node -p "true"
nothing
Incorrect command
true
20
3
4
3, undefined
___

Create a free account to access the full topic