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 JavaScriptJavaScript 语言核心
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 Events3级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 functiongetter或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 toxx概述
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标记
MemoizationMemoization
memoized带有记忆功能的
method chaining方法链
ModalDialog模态对话框
modulo模/求模
monkey-patchmonkey-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重载
Overviewxx概述
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 objectRegExp对象
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 developerWeb开发者
well-formed符合语法规则的
wildcard通配符
writable attribute可写属性
view helper视图助手
tag soup标签大杂烩

转载于:https://www.cnblogs.com/wangshichuan/p/3931345.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值