undeify
「undeify」的意思
v. 取消神格化:使某人或某物失去神圣地位或神格化的特征。
vt.使非神化
「undeify」的用法
undeify使变得模糊或不明确 - 在编程中,当变量未被赋值时,其值为undefined。
「undeify」的例句
The variable was not defined before use.
变量在使用前未被定义。
The function returned undefined.
函数返回了undefined。
The object property was undefined.
对象属性未定义。
The array index was out of bounds, resulting in undefined.
数组索引超出范围,结果为undefined。
The function did not return a value, so it implicitly returns undefined.
函数没有返回值,因此隐式返回undefined。
The variable was declared but not initialized, so its value is undefined.
变量被声明但未初始化,因此其值为undefined。
The property of the object was accessed before it was defined, resulting in undefined.
在对象属性定义之前访问该属性,结果为undefined。
The array index was negative, resulting in undefined.
数组索引为负数,结果为undefined。
The function had a syntax error and did not execute, resulting in undefined.
函数有语法错误,未执行,结果为undefined。
The variable was assigned the value of null, not undefined.
变量被赋值为null,而不是undefined。