Skip to content

cfsghost/javascripting

Repository files navigation

JAVASCRIPTING

在終端機上學習 JavaScript!

Looking for more interactive tutorials like this? Go to nodeschool.io.

安裝

確定你的電腦上已經安裝了 Node.js,如果尚未安裝,可以至官方網站上下載:

nodejs.org/download

使用 NPM 安裝教學課程

打開你的終端機,並執行下列指令:

npm install --global javascripting 

--global 選項會將模組安裝到系統路徑上,模組將會成為一個系統指令,讓你可以直接在終端機中執行。

執行 Workshop

打開你的終端機,並執行下列指令:

javascripting 

你將會看到一個課程選單:

javascripting screenshot

你可以用鍵盤的上下鍵,並以 Enter 鍵選擇你想要的挑戰題目:

練習過程中需要任何協助嗎?

可以到 nodeschool/discussions 討論群組開一個 Issue 尋求社群朋友協助(國際英文社群):

https://github.com/nodeschool/discussions

如果你想用正體中文(Traditional Chinese)發問,可以到台灣的中文討論群組:

https://github.com/nodeschool/taiwan

Include the name javascripting and the name of the challenge you're working on in the title of the issue.

TODOS:

Add these challenges:

  • "ACCESSING ARRAY VALUES"
  • "OBJECT KEYS"
  • "FUNCTION ARGUMENTS"
  • "FUNCTION RETURN VALUES"
  • "THIS"
  • "SCOPE"

License

MIT

About

Learn JavaScript by adventuring around in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript100.0%