From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/web/javascript/shells/index.html | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/zh-tw/web/javascript/shells/index.html (limited to 'files/zh-tw/web/javascript/shells') diff --git a/files/zh-tw/web/javascript/shells/index.html b/files/zh-tw/web/javascript/shells/index.html new file mode 100644 index 0000000000..7579762b83 --- /dev/null +++ b/files/zh-tw/web/javascript/shells/index.html @@ -0,0 +1,42 @@ +--- +title: JavaScript shells +slug: Web/JavaScript/Shells +translation_of: Web/JavaScript/Shells +--- +
{{JsSidebar}}
+ +
 
+ +

JavaScript shell 可以讓你不需要重新載入頁面就能快速的測試 JavaScript 的程式碼,它們在開發和除錯上面都十分的有用。

+ +

獨立的 JavaScript shell

+ +

下列的 JavaScript shell 都是獨立的環境,就像 perl 或是 python 一樣。

+ + + +

JavaScript shell 的列表

+ +

下列 JavaScript shells 需要 Mozilla 才能運作

+ + -- cgit v1.2.3-54-g00ecf