3. Node. JS REPL (Interactive interpreter)

Source: Internet
Author: User

1. Double-click node. js to install or execute "node" in CMD to start node's terminal.

2. You can enter some JavaScript syntax in the node terminal, for example:

> 1 + 1

> 2

Console.log ("Hello");

Hello

REPL command

  • Ctrl + C -exits the current terminal.

  • Ctrl + C Press two times -Exit Node REPL.

  • Ctrl + D -exits Node REPL.

  • up/down arrow -View input history commands

  • tab -Lists the current command

  • . Help-List use commands

  • . Break-Exit multi-line expression

  • . Clear -Exit multi-line expression

  • . Save filename -Saves the current Node REPL session to the specified file

  • . Load filename -Loads the contents of the file in the current Node REPL session.

3. Node. JS REPL (Interactive interpreter)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.