Кабинет пользователя
Идентификатор пользователя
Пароль
NameDesc
abs()Returns the absolute value of a number.
acos()Returns the arccosine (in radians) of a number.
anchor()Creates an HTML anchor that is used as a hypertext target.
asin()Returns the arcsine (in radians) of a number.
atan()Returns the arctangent (in radians) of a number.
atan2()Returns the arctangent of the quotient of its arguments.
big()Creates a string to be displayed in a big font as if it were in a tag.
blink()Creates a string to blink as if it were in a tag.
bold()Creates a string to be displayed as bold as if it were in a tag.
ceil()Returns the smallest integer greater than or equal to a number.
concat()Combines the text of two strings and returns a new string.
concat()Returns a new array comprised of this array joined with other array(s) and/or value(s).
constructor()Returns the function that created this object's instance. By default this is the Number object.
cos()Returns the cosine of a number.
Date()Returns today's date and time
Date.parse( )Parses a string representation of a date and time and returns the internal millisecond representation of that date.
Date.UTC( )Returns the millisecond representation of the specified UTC date and time.
every()Returns true if every element in this array satisfies the provided testing function.
exec()Executes a search for a match in its string parameter.
exp()Returns EN, where N is the argument, and E is Euler's constant, the base of the natural logarithm.
filter()Creates a new array with all of the elements of this array for which the provided filtering function returns true.
fixed()Causes a string to be displayed in fixed-pitch font as if it were in a tag
floor()Returns the largest integer less than or equal to a number.
fontcolor()Causes a string to be displayed in the specified color as if it were in a tag.
fontsize()Causes a string to be displayed in the specified font size as if it were in a tag.
forEach()Calls a function for each element in the array.
getDate()Returns the day of the month for the specified date according to local time.
getDay()Returns the day of the week for the specified date according to local time.
getFullYear()Returns the year of the specified date according to local time.
getHours()Returns the hour in the specified date according to local time.
getMilliseconds()Returns the milliseconds in the specified date according to local time.
getMinutes()Returns the minutes in the specified date according to local time.
getMonth()Returns the month in the specified date according to local time.
getSeconds()Returns the seconds in the specified date according to local time.
getTime()Returns the numeric value of the specified date as the number of milliseconds since January 1, 1970, 00:00:00 UTC.
getTimezoneOffset()Returns the time-zone offset in minutes for the current locale.
getUTCDate()Returns the day (date) of the month in the specified date according to universal time.
getUTCDay()Returns the day of the week in the specified date according to universal time.
getUTCFullYear()Returns the year in the specified date according to universal time.
getUTCMilliseconds()Returns the milliseconds in the specified date according to universal time.
getUTCMinutes()Returns the minutes in the specified date according to universal time.
getUTCMonth()Returns the month in the specified date according to universal time.
getUTCSeconds()Returns the seconds in the specified date according to universal time.
getUTCHours()Returns the hours in the specified date according to universal time.
getYear()Deprecated - Returns the year in the specified date according to local time. Use getFullYear instead.
charAt()Returns the character at the specified index.
charCodeAt()Returns a number indicating the Unicode value of the character at the given index.
indexOf()Returns the index within the calling String object of the first occurrence of the specified value, or -1 if not found.
indexOf()Returns the first (least) index of an element within the array equal to the specified value, or -1 if none is found.
italics()Causes a string to be italic, as if it were in an tag.
join()Joins all elements of an array into a string.
lastIndexOf()Returns the index within the calling String object of the last occurrence of the specified value, or -1 if not found.
lastIndexOf()Returns the last (greatest) index of an element within the array equal to the specified value, or -1 if none is found.
length()Returns the length of the string.
link()Creates an HTML hypertext link that requests another URL.
localeCompare()Returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order.
log()Returns the natural logarithm (base E) of a number.
map()Creates a new array with the results of calling a provided function on every element in this array.
match()Used to match a regular expression against a string.
max()Returns the largest of zero or more numbers.
min()Returns the smallest of zero or more numbers.
pop()Removes the last element from an array and returns that element.
pow()Returns base to the exponent power, that is, base exponent.
push()Adds one or more elements to the end of an array and returns the new length of the array.
random()Returns a pseudo-random number between 0 and 1.
reduce()Apply a function simultaneously against two values of the array (from left-to-right) as to reduce it to a single value.
reduceRight()Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value.
replace()Used to find a match between a regular expression and a string, and to replace the matched substring with a new substring.
reverse()Reverses the order of the elements of an array -- the first becomes the last, and the last becomes the first.
round()Returns the value of a number rounded to the nearest integer.
search()Executes the search for a match between a regular expression and a specified string.
setDate()Sets the day of the month for a specified date according to local time.
setFullYear()Sets the full year for a specified date according to local time.
setHours()Sets the hours for a specified date according to local time.
setMilliseconds()Sets the milliseconds for a specified date according to local time.
setMinutes()Sets the minutes for a specified date according to local time.
setMonth()Sets the month for a specified date according to local time.
setSeconds()Sets the seconds for a specified date according to local time.
setTime()Sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.
setUTCDate()Sets the day of the month for a specified date according to universal time.
setUTCFullYear()Sets the full year for a specified date according to universal time.
setUTCMilliseconds()Sets the milliseconds for a specified date according to universal time.
setUTCMinutes()Sets the minutes for a specified date according to universal time.
setUTCMonth()Sets the month for a specified date according to universal time.
setUTCSeconds()Sets the seconds for a specified date according to universal time.
setUTCHours()Sets the hour for a specified date according to universal time.
setYear()Deprecated - Sets the year for a specified date according to local time. Use setFullYear instead.
shift()Removes the first element from an array and returns that element.
sin()Returns the sine of a number.
slice()Extracts a section of a string and returns a new string.
slice()Extracts a section of an array and returns a new array.
small()Causes a string to be displayed in a small font, as if it were in a tag.
some()Returns true if at least one element in this array satisfies the provided testing function.
sort()Sorts the elements of an array.
splice()Adds and/or removes elements from an array.
split()Splits a String object into an array of strings by separating the string into substrings.
sqrt()Returns the square root of a number.
strike()Causes a string to be displayed as struck-out text, as if it were in a tag.
sub()Causes a string to be displayed as a subscript, as if it were in a tag
substr()Returns the characters in a string beginning at the specified location through the specified number of characters.
substring()Returns the characters in a string between two indexes into the string.
sup()Causes a string to be displayed as a superscript, as if it were in a tag
tan()Returns the tangent of a number.
test()Tests for a match in its string parameter.
toDateString()Returns the "date" portion of the Date as a human-readable string.
toExponential()Forces a number to display in exponential notation, even if the number is in the range in which JavaScript normally uses standard notation.
toFixed()Formats a number with a specific number of digits to the right of the decimal.
toGMTString()Deprecated - Converts a date to a string, using the Internet GMT conventions. Use toUTCString instead.
toLocaleDateString()Returns the "date" portion of the Date as a string, using the current locale's conventions.
toLocaleFormat()Converts a date to a string, using a format string.
toLocaleLowerCase()The characters within a string are converted to lower case while respecting the current locale.
toLocaleString()Returns a string value version of the current number in a format that may vary according to a browser's locale settings.
toLocaleString()Converts a date to a string, using the current locale's conventions.
toLocaleTimeString()Returns the "time" portion of the Date as a string, using the current locale's conventions.
toLocaleUpperCase()The characters within a string are converted to upper case while respecting the current locale.
toLowerCase()Returns the calling string value converted to lower case.
toPrecision()Defines how many total digits (including digits to the left and right of the decimal) to display of a number.
toSource()Returns a string containing the source of the Boolean object; you can use this string to create an equivalent object.
toSource()Represents the source code of an object
toSource()Returns a string representing the source for an equivalent Date object; you can use this value to create a new object.
toSource()Returns the string "Math".
toSource()Returns an object literal representing the specified object; you can use this value to create a new object.
toString()Returns the string representation of the number's value.
toString()Returns a string of either "true" or "false" depending upon the value of the object.
toString()Returns a string representing the specified object.
toString()Returns a string representing the array and its elements.
toString()Returns a string representing the specified Date object.
toString()Returns a string representing the specified object.
toTimeString()Returns the "time" portion of the Date as a human-readable string.
toUpperCase()Returns the calling string value converted to uppercase.
toUTCString()Converts a date to a string, using the universal time convention.
unshift()Adds one or more elements to the front of an array and returns the new length of the array.
valueOf()Returns the number's value.
valueOf()Returns the primitive value of the Boolean object.
valueOf()Returns the primitive value of the specified object.
valueOf()Returns the primitive value of a Date object.

Комментарии и вопросы

Опубликовать комментарий или вопрос

Copyright 2024 © ELTASK.COM
All rights reserved.