翻译技术文章时积累的术语,可用于阅读,也可用于规范提问。

English中文English中文
arity参数个数argument实参
assignment赋值array of arrays多维数组
block scope块级作用域build-in内置的
currying柯里化class-based基于类的
classical inheritance类式继承closure闭包
coexist共存declarative声明式
dynamic动态的duplicate重复;副本
execution context执行上下文event handler事件处理器
event driven事件驱动的function signature函数声明
free variable自由变量getter-only只读
global scope全局作用域global variable全局变量
hoist提升invoke调用
identifier标识符iterate遍历
iterator迭代器non-extensible不可拓展
Object-oriented面向对象的prototypal inheritance原型式继承
private property私有属性prototype chain原型链
parameter形参scope chain作用域链
strict mode严格模式semantics语义
statement语句silentl failure静默失败
syntactical sugar语法糖throw an exception抛出异常
libraryframework框架
LexicalEnvironment词法环境programming patterns and paradigms编程范式
heapstack
sync同步async异步
instance实例encapsulation封装
implicit隐式explicit显式
call by value按值调用call by reference按引用调用
override覆盖binding绑定
Immediately Invoked Function Expression立即执行函数表达式Named Function Expression具名函数表达式
single thread单线程recursive递归
snippet代码片段resolve解析
LIFO(Last-In-First-Out)先进后出FIFO(First-In-First-Out)先进先出
loop循环backward compatibility向下(向后)兼容
destructuring assignment解构赋值enumerated可枚举的
distributed version control system(VCS)分布式版本控制系统roll back回滚
cross-platform跨平台的pseudocode伪代码
DSL(domain specific language)领域专用语言GPL(general program language)通用编程语言
cross browser compatibility跨浏览器兼容性primitive基本类型
non-primitives引用类型