PROTOTYPE OBJECT 中文是什么意思 - 中文翻译

['prəʊtətaip 'ɒbdʒikt]
['prəʊtətaip 'ɒbdʒikt]
原型对象

在 英语 中使用 Prototype object 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Every function has a prototype object property.
每个函数都有一个prototype对象属性。
Here, myObject receives behavior from the EventTarget. prototype object.
在这个例子中,myObject从EventTarget.prototype接收了新的行为。
The Function prototype object does not have a valueOf property of its own;
Function.prototype对象自身没有valueOf属性,其从Object.
Creates an object with the prototype Object.
创建了一个原型Object.
Prototype objects are also just simple objects and may have their own prototypes..
原型对象也是简单的对象并且可以拥有它们自己的原型。
The length property of the Function prototype object is 0.
Function原型对象的length属性值为0。
By extending the prototype object you enable all objects to inherit any methods that you add.
通过扩展原型对象,你可以使所有jQuery对象继承你添加的任何方法。
The length property of the Function prototype object is 0.
Function.prototype对象的length属性值为0。
This prototype object in turn has a property named“constructor,” which refers back to the function itself.
原型对象又有名为“constructor”的属性,它反过来引用函数本身。
Here, person2 is being created using person1 as a prototype object.
这里以person1为原型对象创建了person2对象
Every JavaScript object is linked to a prototype object from which it can inherit properties.
每个JavaScript对象被链接到一个来自于它可以继承属性的原型对象
A jQuery plugin is simply anew method that we use to extend jQuery's prototype object.
JQuery插件只是我们用来扩展jQuery原型对象的新方法。
It tries to automatically resolve the prototype object and invoke isPrototypeOf.
它尝试自动解析prototype对象并调用isPrototypeOf。
What create()actually does is to create a new object from a specified prototype object.
Create()实际做的是从指定原型对象创建一个新的对象
Every JavaScript object is linked to a prototype object from which it can inherit properties.
每一个JavaScript对象都链接到一个原型对象,并且可以从原型对象中继承其属性。
Every function in JavaScript has a property named'prototype' which points to the Prototype object.
在JavaScript中,每个函数都有名为“prototype”的属性,用于引用原型对象
These normal methods are methods of the prototype object of the class, hence they are known as prototype methods.
这些常规的方法是类的原型对象的方法,因此它们被称为原型方法。
That prototype object has a prototype of its own, and so on until an object is reached with null as its prototype..
个原型对象也有自己的原型,如此直到某个对象以null作为其原型。
Alternatively, you can create a copy of Employee's prototype object to assign to WorkerBee:.
或者,您可以创建一个Employee的原型对象的副本以分配给WorkerBee:.
The function prototype object is defined somewhere, has a name, can be invoked, but it's not in the current scope.
Function原型对象被定义在其它地方,有名字,可以被执行,但不在当前的作用域中.
NOTE The value of a constructor's“prototype” property is a prototype object that is used to implement inheritance and shared properties.
构造器的“prototype”属性值是一个原型对象(prototypeobject),它用来实现继承和共享属性。
The Number prototype object is itself a Number object(its[[Class]] is"Number") whose value is +0.
Number原型本身是一个Number对象;它有一个值为+0的内置[[NumberData]]。
String, Array, TypedArray,Map and Set are all built-in iterables, because their prototype objects all have a Symbol. iterator method.
String,Array,TypedArray,Map和Set都内置可迭代对象,因为它们的原型对象都有一个Symbol.iterator方法。
Any properties and methods of this prototype object will appear as properties and methods of the objects created from that prototype's constructor.
原型对象的任何属性和方法都将显示为从原型的构造函数创建的对象的属性和方法。
You will however also see some other members- watch, valueOf, etc-these are defined on Person() 's prototype object, which is Object..
同时也有一些其他成员--watch、valueOf等等--这些成员定义在Person()构造器的原型对象、即Object之上。
But when we make changes to the prototype object, the changes become visible in all the objects that are based on that prototype..
但是,当我们进行改变原型对象的时候,这些变化在所有基于该原型的对象上可见。
However, in figures we will use__<internal-property>__ underscore notation instead of the double brackets,particularly for the prototype object:__proto__.
但是,在示意图里边我们将会使用__<internal-property>__下划线标记来替代两个括号,对于prototype对象来说是:__proto__。
Besides creation of objects by specified pattern, a constructor function does another useful thing-it automatically sets a prototype object for newly created objects.
构造函数除了以指定模式创建对象之外,构造函数也做了另一个有用的事情-它自动地为新创建的对象设置一个原型对象
Date. prototype inherits from Object. prototype, but that's all.
Date.prototype继承自Object.prototype,仅此而已。
Date. prototype inherits from Object. prototype, but that's all.
Date.prototype继承自Object.prototype,但也仅此而已。
结果: 239, 时间: 0.0293

单词翻译

顶级字典查询

英语 - 中文