Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 611485 of JavaScript properties index

  • Revision slug: Web/JavaScript/Reference/Properties_Index
  • Revision title: JavaScript Properties Index
  • Revision id: 611485
  • Created:
  • Creator: SphinxKnight
  • Is current revision? No
  • Comment As for "Methods Index", a macro may be smart here ;)
Tags: 

Revision Content

Index Reference

A

arguments: An array-like object corresponding to the arguments passed to a function.

arity {{ Deprecated_inline() }}: Specifies the number of arguments expected by the function.

C

callee: Specifies the function body of the currently executing function.

caller {{ Deprecated_inline() }}: Specifies the name of the function that invoked the currently executing function.

className: The fully qualified name of a Java class in a package other than netscape, java, or sun that is available to JavaScript.

constructor: Specifies the function that creates an object's prototype.

E

E: Napier's constant and the base of natural logarithms, e, approximately 2.718.

G

global: Whether to test the regular expression against all possible matches in a string, or only against the first.

I

ignoreCase: Whether to ignore case while attempting a match in a string.

Infinity: A numeric value representing infinity.

input: For an array created by a regular expression match, reflects the original string against which the regular expression was matched.

L

lastIndex: The index at which to start the next match.

length: Specifies the number of arguments/elements in an array/string or passed to a function.

  • length - Array Object property.
  • arguments.length - Function Object arguments local variable property.
  • length - Function Object property.
  • length - JavaArray Object property.
  • length - String Object property.

LN2: Natural logarithm of 2, approximately 0.693.

LN10: Natural logarithm of 10, approximately 2.302.

LOG2E: Base 2 logarithm of E, approximately 1.442.

LOG10E: Base 10 logarithm of E, approximately 0.434.

M

MAX_VALUE: The largest representable number.

MIN_VALUE: The smallest representable number.

multiline: Whether or not to search in strings across multiple lines.

N

NaN: A value representing Not-A-Number.

  • NaN - Top-Level property.
  • NaN - Number Object property.

NEGATIVE_INFINITY: Special value representing negative infinity; returned on overflow.

P

PI: Ratio of the circumference of a circle of its diameter, approximately 3.14159.

POSITIVE_INFINITY: Special value representing infinity; returned on overflow.

prototype: Allows the addition of properties to all objects or a specific object.

S

source: The text of the pattern.

SQRT1_2: Square root of 1/2; equivalently, 1 over the square root of 2, approximately 0.707.

SQRT2: Square root of 2, approximately 1.414.

U

undefined: The value undefined.

See also

Revision Source

<h3 id="Index_Reference" name="Index_Reference">Index Reference</h3>
<h4 id="A" name="A">A</h4>
<p><a href="/En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments" title="En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments">arguments</a>: An array-like object corresponding to the arguments passed to a function.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/arity" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Function/arity">arity</a> {{ Deprecated_inline() }}: Specifies the number of arguments expected by the function.</p>
<h4 id="C" name="C">C</h4>
<p><a href="/En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/callee" title="En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/callee">callee</a>: Specifies the function body of the currently executing function.</p>
<p><a href="/En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/caller" title="En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/caller">caller</a> {{ Deprecated_inline() }}: Specifies the name of the function that invoked the currently executing function.</p>
<p><a href="/en/LiveConnect_Reference/Packages/className" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Packages/className">className</a>: The fully qualified name of a Java class in a package other than netscape, java, or sun that is available to JavaScript.</p>
<p>constructor: Specifies the function that creates an object's prototype.</p>
<ul>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Array/constructor">constructor</a> - Array Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Boolean/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Boolean/constructor">constructor</a> - Boolean Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Date/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Date/constructor">constructor</a> - Date Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Function/constructor">constructor</a> - Function Object Property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/constructor">constructor</a> - Number Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Object/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Object/constructor">constructor</a> - Object Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/constructor">constructor</a> - RegExp Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/String/constructor" title="en/Core_JavaScript_1.5_Reference/Global_Objects/String/constructor">constructor</a> - String Object property.</li>
</ul>
<h4 id="E" name="E">E</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/E" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/E">E</a>: Napier's constant and the base of natural logarithms, e, approximately 2.718.</p>
<h4 id="G" name="G">G</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/global" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/global">global</a>: Whether to test the regular expression against all possible matches in a string, or only against the first.</p>
<h4 id="I" name="I">I</h4>
<p><a href="/en/JavaScript/Reference/Global_Objects/RegExp/ignoreCase" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/ignoreCase">ignoreCase</a>: Whether to ignore case while attempting a match in a string.</p>
<p><a href="/en/JavaScript/Reference/Global_Objects/Infinity" title="en/Core_JavaScript_1.5_Reference/Global_Properties/Infinity">Infinity</a>: A numeric value representing infinity.</p>
<p><a href="/En/Core_JavaScript_1.5_Reference/Global_Objects/Array/input" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Array/input">input</a>: For an array created by a regular expression match, reflects the original string against which the regular expression was matched.</p>
<h4 id="L" name="L">L</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/lastIndex" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/lastIndex">lastIndex</a>: The index at which to start the next match.</p>
<p>length: Specifies the number of arguments/elements in an array/string or passed to a function.</p>
<ul>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/length" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Array/length">length</a> - Array Object property.</li>
 <li><a href="/En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/length" title="En/Core_JavaScript_1.5_Reference/Functions_and_function_scope/arguments/length">arguments.length</a> - Function Object <code>arguments</code> local variable property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/length" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Function/length">length</a> - Function Object property.</li>
 <li><a href="/en/LiveConnect_Reference/JavaArray/length" title="en/Core_JavaScript_1.5_Reference/Global_Objects/JavaArray/length">length</a> - JavaArray Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/String/length" title="en/Core_JavaScript_1.5_Reference/Global_Objects/String/length">length</a> - String Object property.</li>
</ul>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LN2" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LN2">LN2</a>: Natural logarithm of 2, approximately 0.693.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LN10" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LN10">LN10</a>: Natural logarithm of 10, approximately 2.302.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LOG2E" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LOG2E">LOG2E</a>: Base 2 logarithm of E, approximately 1.442.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LOG10E" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/LOG10E">LOG10E</a>: Base 10 logarithm of E, approximately 0.434.</p>
<h4 id="M" name="M">M</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/MAX_VALUE" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/MAX_VALUE">MAX_VALUE</a>: The largest representable number.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/MIN_VALUE" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/MIN_VALUE">MIN_VALUE</a>: The smallest representable number.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/multiline" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/multiline">multiline</a>: Whether or not to search in strings across multiple lines.</p>
<h4 id="N" name="N">N</h4>
<p>NaN: A value representing Not-A-Number.</p>
<ul>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Properties/NaN" title="en/Core_JavaScript_1.5_Reference/Global_Properties/NaN">NaN</a> - Top-Level property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/NaN" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/NaN">NaN</a> - Number Object property.</li>
</ul>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/NEGATIVE_INFINITY" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/NEGATIVE_INFINITY">NEGATIVE_INFINITY</a>: Special value representing negative infinity; returned on overflow.</p>
<h4 id="P" name="P">P</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/PI" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/PI">PI</a>: Ratio of the circumference of a circle of its diameter, approximately 3.14159.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/POSITIVE_INFINITY" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/POSITIVE_INFINITY">POSITIVE_INFINITY</a>: Special value representing infinity; returned on overflow.</p>
<p>prototype: Allows the addition of properties to all objects or a specific object.</p>
<ul>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Array/prototype">prototype</a> - Array Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Boolean/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Boolean/prototype">prototype</a> - Boolean Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Date/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Date/prototype">prototype</a> - Date Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Function/prototype">prototype</a> - Function Object Property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Number/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Number/prototype">prototype</a> - Number Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Object/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Object/prototype">prototype</a> - Object Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/prototype">prototype</a> - RegExp Object property.</li>
 <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/String/prototype" title="en/Core_JavaScript_1.5_Reference/Global_Objects/String/prototype">prototype</a> - String Object property.</li>
</ul>
<h4 id="S" name="S">S</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/source" title="en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp/source">source</a>: The text of the pattern.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/SQRT1_2" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/SQRT1_2">SQRT1_2</a>: Square root of 1/2; equivalently, 1 over the square root of 2, approximately 0.707.</p>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Math/SQRT2" title="en/Core_JavaScript_1.5_Reference/Global_Objects/Math/SQRT2">SQRT2</a>: Square root of 2, approximately 1.414.</p>
<h4 id="U" name="U">U</h4>
<p><a href="/en/Core_JavaScript_1.5_Reference/Global_Properties/undefined" title="en/Core_JavaScript_1.5_Reference/Global_Properties/undefined">undefined</a>: The value undefined.</p>
<h3 id="See_also" name="See_also">See also</h3>
<ul>
 <li><a href="/en/JavaScript_Methods_Index" title="en/JavaScript_Methods_Index">JavaScript Methods Index</a></li>
</ul>
Revert to this revision