REPL terminal
REPL stands for Read Eval Print Loop. It is provided with console in windows as command line,and useful checking some outputs.
Node terminal:
In order to use terminal Type: node[Enter]
Navigating through terminal: Ctrl+c to exit REPl current command .help to get commands help use (_) to store last result
