WEB网页专业词汇 汇总

Accessibility  可访问性
accessor properties 存取器属性
addition 加法
aggregate 聚合
alphabetical order 字母表顺序
Anchor Element 锚元素
anchors
Animation 动画
Arguments 参数/实参
Arguments and Parameters 实参和形参
arithmetic operations 算术运算
arithmetic operator 算术运算符
arity 参数个数
array 数组
array comprehension 数组推导
array initializer 数组初始化
Array-Like Objects 数组对象
ArrayBuffers 数组缓冲区
assignment 赋值
associative array 关联数组
associative array 关联数组
associativity 结合性
attribute 属性
attribute accessors 属性存取器
basic multilingual plane 基本多语种平面
behavior 行为
binary operators 二元运算符
Blobs  二进制大对象
block 数据块
block scope 块级作用域
browser 浏览器
browser sniffer 浏览器嗅探
bubbling 冒泡
buffer 缓冲器
call 调用
call object (用以存放局部变量的)调用对象
callable 可执行的
Callable Objects 可调用的对象
caller 调用程序
capability testing 特性检测
Character Set  字符集
chunk 数据块
clause 从句
cleanup code 清理代码
Compatibility  兼容性
compile-time 编译时(期)
composite value 复合值
computer 计算机
Conditional Operator 条件运算符
configurable attribute 可配置属性
Constants 常量
constructor 构造函数
constructor chaining 构造函数链
Core JavaScript JavaScript 语言核心
cross-document messaging 跨文档消息
Cross-Origin 跨域
Cross-site scripting 跨站脚本
CSS 不翻译
curly quotes 中文(半角)引号
cyclical reference 循环引用
data interchange format 数据交换格式
data properties (纯)数据属性
data type 数据类型
debug 调试
decision points  决策点
Declaration 声明
declarative environment record 声明上下文对象
declare 声明
decouple 解偶
decrement 递减
deep copy of ..的深拷贝
default action 默认操作
denial-of-service attacks 拒绝服务攻击
descendant operator 后代运算符
descriptor 描述符
descriptor object 描述符对象
Destructuring assignment 解构赋值
dictionary 字典
directive 指令
division 除法
DOM 文档对象模型/或者不翻译
DOM Level 3 Events 3级DOM事件
Duck typing 鸭式辨型
dynamically extendable 动态继承
elementary functions 初等函数
Embed 嵌入
encyclopedia 百科全书
endpoint 端点
ennumerable 可枚举的
enumerable attribute 可枚举属性
Equality 相等
Escape sequences 转义字符
euclidian 欧几里德(几何学)
even 偶数
Event Handlers  事件处理程序
example12-1 示例12-1
exception 异常
exception handler 异常处理程序
execution context 执行环境
explicit conversions 显式转换
expression 表达式
expression closures 表达式闭包
extensible attributes 可扩展性
falsy value 假值
feature 特性
Feature Testing 特性检测
field 字段
fire 激发(事件)
flag 标志
form feed 换页符
fragment identifier (文档)片段标识符
frame 框架
frozen 冻结
functionality 泛函数
Fundamental Data types 基本数据类型
game consoles 游戏机
garbage collection 垃圾回收
generator function 生成器函数
generators 生成器
generic method 泛型方法
Geolocation 地理位置信息
getter or a setter function getter或setter函数
Getter/Setter 存取器函数(getter/setter)
global functions 全局函数
global variable 全局变量
greatest common divisor 最大公约数
hard-coded (在代码中)写死的
hard-coded constant (在代码中)写死的常量
hash 散列
hashtable 散列表
higher-order function 高阶函数
History Management  历史记录管理
Hoisting (变量)声明提前
host object 宿主对象
hyphens 连字符
Identifiers  标识符
identity 等同
identity operator 恒等运算符
Immutable 不可变的
implementation 实现
implementation-defined 取决于具体的实现
increment 递增
increment expressions 自增表达式
index 索引
infinite loop 死循环
initializers 初始化器
input event 输入事件
integer 整型
Interoperability  互用性
interperter 解释器
introduction to xx概述
Invocation Expressions 引用表达式
iterable 可迭代的
iterable objects 可迭代对象
Iteration 迭代
iterator object 迭代器对象
iterators 迭代器
jump statement 跳转语句
jump tables 跳转表
key
key/value 名值对
label 标签
labeled statement 标记语句
lazy evaluation 惰性求值
Lexical  词法
lexically scoped 词法作用域
linked list 链表
Literals  直接量
local variable 局部变量
local-specific 地区待定
locale-sensitive 本地敏感
localStorage/sessionStorage 不翻译
lock down 锁定
logical negation 逻辑非
long-lived web app 长生命周期web应用
lookahead assertion 先行断言
loop 循环
loop variables 循环变量
lvalue 左值
manifest 清单
markup 标记
Memoization Memoization
memoized 带有记忆功能的
method chaining 方法链
ModalDialog 模态对话框
modulo 模/求模
monkey-patch monkey-patch,不翻译
Multiple Catch Clauses 多个catch子句
multiple inheritance 多重继承
multiple thread 多线程
multiplication 乘法
named values 名值对
namespace 名字空间
native objects 内置对象/原生对象
native types 内置类型
negative look-behind anchor 负向后行断言
negative lookahead assertion 负向先行断言
negative zero 负零
nonconfigurable 不可配置的
nonenumerable 不可枚举的
nonextensible 不可扩展(的)
nonwritable 不可写(的)
object initializer 对象初始化
object-relational mapper 对象关系映射
odd 奇数
operand 操作数
operand type 操作数类型
operands 操作数
operator 运算符
Order of Evaluation 运算顺序
overflow 溢出
override 重载
Overview xx概述
own property 自有属性
parameter 参数/形参
parameterized 参数化的
parse 解析
partial application 不完全调用
Partial Application of Functions 不完全函数
Pattern Matching 模式匹配
plain object 纯对象
Plug-ins 插件
pop under 后弹出窗口
positive look-behind anchor 正向后行断言
post-increment 后增量
pre-increment 前增量
precedence 优先级
predicate expression 谓词表达式
predicate function 判定函数
primary expressions 原始表达式
primitive type 基本类型
primitive values 原始值
print 输出
programming paradigm 编程范式
property 属性
property access expression 属性存取表达式
Property Attributes 属性特性
property descriptor object 属性描述符对象
protocol 协议
prototype 原型
purpose 目的
quantifier 量词
race conditions 竞态条件
radix 基数
raw event 原始事件
reference 引用
ReferenceError 引用错误
RegExp object RegExp对象
remainder 余数
Reserved Words 保留字
right-associative 右结合
round down to an integer 向下取整
round up to an integer 四舍五入
round up to an integer 向上取整
run-time 运行时(期)
same-origin policy 同源策略
same-origin policy  同源策略
Sandbox 沙箱
Scope 作用域
scope chain 作用域链
Scoped Variables 局部变量
Scripting ... 脚本化xx
sealed 封闭
see §3.8.2 参照§3.8.2
self-referential 自引用的
self-referential 自引用
serial number 序列号
serialization  序列化
Server-Sent Events 服务器推
sidebar 信息版
significant digits  有效数字
slashes 斜线
Smart phones 智能手机
sounds circular  听起来有点绕
statement label 语句标签
static snapshot 静态快照
statically typed language  静态类型语言
straight quotes 英文引号
strict equality operator 全等运算符
strict mode 严格模式
String As Arrays 字符串的数组特性
string-like 类字符串
subtraction 减法
superclass 父类
tablets 平板电脑
tag 标记
ternary operator 三元运算符
textual patterns 文本匹配模式
Timers  计时器
token 标识、标志、标记
Transient Object 临时对象
traverse 遍历
Type Conversions 类型转换
Typed Arrays 类型化数组
unary operator 一元运算符
underflow 下溢
underlying object 基对象
untrusted 不可信的
untyped 弱类型的
Utility Functions  工具函数
varargs functions 不定参数函数
variable name resolution 变量名解析
variable scope 变量作用域
Vertical tab 垂直制表符
web developer Web开发者
well-formed 符合语法规则的
wildcard 通配符
writable attribute 可写属性
view helper 视图助手
tag soup 标签大杂烩
原文地址:https://www.cnblogs.com/wangshichuan/p/3931345.html