Results 281 - 296 of 296

String.prototype.anchor()

The anchor() method creates an <a> HTML anchor element that is used as a hypertext target.
HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.big()

The big() method creates a <big> HTML element that causes a string to be displayed in a big font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.blink()

The blink() method creates a <blink> HTML element that causes a string to blink.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.bold()

The bold() method creates a <b> HTML element that causes a string to be displayed as bold.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fixed()

The fixed() method creates a <tt> HTML element that causes a string to be displayed in fixed-pitch font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fontcolor()

The fontcolor() method creates a <font> HTML element that causes a string to be displayed in the specified font color.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fontsize()

The fontsize() method creates a <font> HTML element that causes a string to be displayed in the specified font size.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.italics()

The italics() method creates an <i> HTML element that causes a string to be italic.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.link()

The link() method creates a string representing the code for an <a> HTML element to be used as a hypertext link to another URL.
HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.small()

The small() method creates a <small> HTML element that causes a string to be displayed in a small font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.strike()

The strike() method creates a <strike> HTML element that causes a string to be displayed as struck-out text.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.sub()

The sub() method creates a <sub> HTML element that causes a string to be displayed as subscript.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.sup()

The sup() method creates a <sup> HTML element that causes a string to be displayed as superscript.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

TypedArray.prototype.entries()

The entries() method returns a new Array Iterator object that contains the key/value pairs for each index in the array.
ECMAScript6 Iterator JavaScript Method Prototype Reference TypedArray TypedArrays

TypedArray.prototype.keys()

The keys() method returns a new Array Iterator object that contains the keys for each index in the array.
ECMAScript6 Iterator JavaScript Method Prototype Reference TypedArray TypedArrays

instanceof

The instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor.
instanceof JavaScript Object operator Operator Prototype Relational Operators