Skip to content

Instantly share code, notes, and snippets.

@pjchender
Last active October 25, 2022 04:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjchender/0ea5b6de12a2380a0c89984ffa045f30 to your computer and use it in GitHub Desktop.
Save pjchender/0ea5b6de12a2380a0c89984ffa045f30 to your computer and use it in GitHub Desktop.
[CS] Computer Science 專有名詞(繁簡對照)

[CS] Computer Science 專有名詞(繁簡對照)

英文 台灣(繁體) 中國(簡體)
Array 陣列 數組
Object 物件 對象
variable 變數 變量
literal 字面量
expression 表達式 表達式
statement 陳述式 陳述式/語句
spread operator 展開運算子 擴展運算符
rest operator 其餘運算子 剩餘運算子
call stack 呼叫堆疊 調用堆棧
instance 實例 實例
attributes 屬性 特性
process 程序 進程

2018-01-16 10:36:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment