"node hello.js" is not valid javascript, so node repl ( Read-Evaluate-Print Loop ) assumes that error is because you are entering multi line javascript and indicates this with '...'. To exit multi line mode just enter '.' command.
As mentioned in first comment, this is common confusion (starting node.exe and entering 'node hello.js' in repl) - read linked answer first.