Due to the abundance of specific terms, it becomes exhausting to look them up every time and constantly switch context. Therefore, I have compiled a record for easy reference.
Most of the terms are directly transliterated from English to Katakana, but there are also some expressed directly in Japanese or combined with existing Hiragana characters. It's quite challenging to find direct equivalents, but come to think of it, Chinese is also similar in this aspect. We don't really have the qualification to criticize others.
If there are any related terms, I will continue to update the list.
Japanese | Chinese | Source | Notes |
---|---|---|---|
フレームワーク | 框架 | framework | |
コンポーネント | 元件、组件 | component | |
関数 | 函数 | ||
引数 | 参数 | ||
アロー関数 | 箭头函数 | arrow function | A syntax introduced in JavaScript ES6 |
メソード | 方法 | method | |
非同期処理 | 异步处理 | ||
入力値 | 输入值 | ||
ソースコード | 源代码 | source code | |
リテラル | 字面值 | literal | |
オブジェクト | 对象 | object | |
匿名関数、無名関数 | 匿名函数 | ||
分割代入 | 解构赋值 | Syntax in JavaScript: const {a, b} = c | |
残余引数 | rest | Syntax in JavaScript: const { a, b, …rest } = c | |
デフォルト引数 | default | ||
戻り値、返す値 | 返回值 | ||
コールバック | 回调 | callback | |
真理値 | 布尔值 | true/false | |
配列 | 数组 | ||
第 1 級関数 | 一阶函数 | ||
正規表現 | 正则表达式 | ||
シンボル | symbol | ||
コンパイラ | 编译器 | compiler | |
疎行列、スパース行列 | 稀疏矩阵 | ||
特異値分解 | 奇异值分解 | ||
接続コード | 转接头 | ||
要素 | 元素 | Can be used to represent "elements" in an array or nodes in a DOM tree | |
スクロール | 滚动 | scroll | |
タブレット | 平板电脑 | tablet | |
最適化 | 优化 | ||
ページネーション | 分页 | pagination | |
端末 | 设备 | Such as computer version, mobile version, etc. | |
パフォーマンス | 性能 | performance | |