How do you run JavaScript script through the Terminal?

前端 未结 16 1765
离开以前
离开以前 2020-12-02 04:00

For instance, if you were to run a Python script you would type python filename.py or if you wanted to run a C program make filename then ./ filename

16条回答
  •  自闭症患者
    2020-12-02 04:33

    Alternatively, if you're just looking to play around with Javascript a nice in browser option is Codecademy's Javascript Lab.

    They also have a Python and Ruby IDE.

提交回复
热议问题