Results 821 - 840 of 885

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

function* expression

The function* keyword can be used to define a generator function inside an expression.
ECMAScript6 Function Iterator JavaScript operator Operator Primary Expression

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

super

The super keyword is used to call functions on an object's parent.
Classes ECMAScript6 JavaScript Left-hand-side expressions Operator operator

yield*

The yield* expression is used to delegate to another generator or iterable object.
ECMAScript6 Generators Iterable Iterator JavaScript operator Operator Reference

let

The let statement declares a block scope local variable, optionally initializing it to a value.
ECMAScript 2015 ECMAScript6 JavaScript let Statement Variable declaration Variables

CameraCapabilities.flashModes

The flashModes property is an Array of strings identifying each of the flash modes supported by the camera. Possible values are auto, off, on or torch.
API B2G Camera camera DOM DOM Reference Firefox OS Graphics JavaScript Property Reference Référence WebAPI