Section 1

Preview this deck

getUTCMonth()

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

1

Favorites

0

Last updated

4 years ago

Date created

Mar 14, 2020

Cards (223)

Section 1

(50 cards)

getUTCMonth()

Front

Returns the month, according to universal time (from 0-11)

Back

getUTCMinutes()

Front

Returns the minutes, according to universal time (from 0-59)

Back

setUTCMinutes()

Front

Set the minutes of a date object, according to universal time

Back

setTime()

Front

Sets a date and time by adding or subtracting a specified number of milliseconds to/from midnight January 1, 1970

Back

setMilliseconds()

Front

Sets the milliseconds of a date object

Back

getSeconds()

Front

Returns the seconds (from 0-59)

Back

concat()

Front

Joins two or more arrays, and returns a copy of the joined arrays

Back

prototype

Front

Allows you to add properties and methods to an object

Back

sort()

Front

Sorts the elements of an array

Back

lastIndexOf()

Front

Search the array for an element, starting at the end, and returns it's position

Back

getUTCHours()

Front

Returns the hour, according to universal time (from 0-23)

Back

setUTCHours()

Front

Sets the hour of a date object, according to universal time

Back

shift()

Front

Removes the first element of an array, and returns that element

Back

join()

Front

Joins all elements of an array into a string

Back

getUTCDay()

Front

Returns the day of the week, according to universal time (from 0-6)

Back

getTime()

Front

Returns the number of milliseconds since midnight Jan 1, 1970

Back

setUTCMilliseconds()

Front

Sets the milliseconds of a date object, according to universal time

Back

getTimezoneOffset()

Front

Returns the time difference between UTC time and local time, in minutes

Back

pop()

Front

Removes the last element of an array, and returns that element

Back

getMonth()

Front

Returns the month (from 0-11)

Back

reverse()

Front

Reverses the order of the elements in an array

Back

getMinutes()

Front

Returns the minutes (from 0-59)

Back

slice()

Front

Selects a part of an array, and returns the new array

Back

getUTCMilliseconds()

Front

Returns the milliseconds, according to universal time (from 0-999)

Back

getUTCFullYear()

Front

Returns the year, according to universal time (four digits)

Back

indexOf()

Front

Search the array for an element and returns it's position

Back

unshift()

Front

Adds new elements to the beginning of an array, and returns the new length

Back

splice()

Front

Adds/Removes elements from an array

Back

setDate()

Front

Sets the day of the month of a date object

Back

getDate()

Front

Returns the day of the month (from 1-31)

Back

push()

Front

Adds new elements to the end of an array, and returns the new length

Back

getMilliseconds()

Front

Returns the milliseconds (from 0-999)

Back

setMonth()

Front

Sets the month of a date object

Back

setHours()

Front

Sets the hour of a date object

Back

parse()

Front

Parses a date string and returns the number of milliseconds since midnight of January 1, 1970

Back

setFullYear()

Front

Sets the year (four digits) of a date object

Back

getUTCDate()

Front

Returns the day of the month, according to universal time (from 1-31)

Back

setUTCSeconds()

Front

Set the seconds of a date object, according to universal time

Back

setUTCDate()

Front

Sets the day of the month of a date object, according to universal time

Back

setUTCFullYear()

Front

Sets the year of a date object, according to universal time (four digits)

Back

setUTCMonth()

Front

Sets the month of a date object, according to universal time

Back

getHours()

Front

Returns the hour (from 0-23)

Back

constructor

Front

Returns the function that created the object's prototype

Back

getUTCSeconds()

Front

Returns the seconds, according to universal time (from 0-59)

Back

getDay()

Front

Returns the day of the week (from 0-6)

Back

setSeconds()

Front

Sets the seconds of a date object

Back

getYear()

Front

Deprecated. Use the getFullYear() method instead

Back

setMinutes()

Front

Set the minutes of a date object

Back

getFullYear()

Front

Returns the year (four digits)

Back

length

Front

Sets or returns the number of elements in an object

Back

Section 2

(50 cards)

MIN_VALUE

Front

Returns the smallest number possible in JavaScript

Back

setYear()

Front

Deprecated. Use the setFullYear() method instead

Back

round(x)

Front

Rounds x to the nearest integer

Back

tan(x)

Front

Returns the tangent of an angle

Back

atan(x)

Front

Returns the arctangent of x as a numeric value between -PI/2 and PI/2 radians

Back

toTimeString()

Front

Converts the time portion of a Date object to a string

Back

SQRT2

Front

Returns the square root of 2 (approx. 1.414)

Back

floor(x)

Front

Returns x, rounded downwards to the nearest integer

Back

toLocaleTimeString()

Front

Returns the time portion of a Date object as a string, using locale conventions

Back

random()

Front

Returns a random number between 0 and 1

Back

NaN

Front

Represents a "Not-a-Number" value

Back

ceil(x)

Front

Returns x, rounded upwards to the nearest integer

Back

acos(x)

Front

Returns the arccosine of x, in radians

Back

charCodeAt()

Front

Returns the Unicode of the character at the specified index

Back

toGMTString()

Front

Deprecated. Use the toUTCString() method instead

Back

toUTCString()

Front

Converts a Date object to a string, according to universal time

Back

sqrt(x)

Front

Returns the square root of x

Back

asin(x)

Front

Returns the arcsine of x, in radians

Back

toExponential(x)

Front

Converts a number into an exponential notation

Back

LN10

Front

Returns the natural logarithm of 10 (approx. 2.302)

Back

min(x,y,z,...,n)

Front

Returns the number with the lowest value

Back

toLocaleString()

Front

Converts a Date object to a string, using locale conventions

Back

toISOString()

Front

Returns the date as a string, using the ISO standard

Back

toDateString()

Front

Converts the date portion of a Date object into a readable string

Back

toPrecision(x)

Front

Formats a number to x length

Back

LN2

Front

Returns the natural logarithm of 2 (approx. 0.693)

Back

LOG10E

Front

Returns the base-10 logarithm of E (approx. 0.434)

Back

LOG2E

Front

Returns the base-2 logarithm of E (approx. 1.442)

Back

toLocaleDateString()

Front

Returns the date portion of a Date object as a string, using locale conventions

Back

max(x,y,z,...,n)

Front

Returns the number with the highest value

Back

log(x)

Front

Returns the natural logarithm (base E) of x

Back

cos(x)

Front

Returns the cosine of x (x is in radians)

Back

E

Front

Returns Euler's number (approx. 2.718)

Back

abs(x)

Front

Returns the absolute value of x

Back

atan2(y,x)

Front

Returns the arctangent of the quotient of its arguments

Back

charAt()

Front

Returns the character at the specified index

Back

toString()

Front

Converts an object to a string

Back

pow(x,y)

Front

Returns the value of x to the power of y

Back

POSITIVE_INFINITY

Front

Represents infinity (returned on overflow)

Back

toFixed(x)

Front

Formats a number with x numbers of digits after the decimal point

Back

sin(x)

Front

Returns the sine of x (x is in radians)

Back

SQRT1_2

Front

Returns the square root of 1/2 (approx. 0.707)

Back

concat()

Front

Joins two or more strings, and returns a copy of the joined strings

Back

UTC()

Front

Returns the number of milliseconds in a date string since midnight of January 1, 1970, according to universal time

Back

MAX_VALUE

Front

Returns the largest number possible in JavaScript

Back

PI

Front

Returns PI (approx. 3.14)

Back

NEGATIVE_INFINITY

Front

Represents negative infinity (returned on overflow)

Back

fromCharCode()

Front

Converts Unicode values to characters

Back

toJSON()

Front

Returns the date as a string, formated as a JSON date

Back

exp(x)

Front

Returns the value of Ex

Back

Section 3

(50 cards)

indexOf()

Front

Returns the position of the first found occurrence of a specified value in a string

Back

encodeURI()

Front

Encodes a URI

Back

fontsize()

Front

Displays a string using a specified size

Back

slice()

Front

Extracts a part of a string and returns a new string

Back

decodeURI()

Front

Decodes a URI

Back

decodeURIComponent()

Front

Decodes a URI component

Back

split()

Front

Splits a string into an array of substrings

Back

big()

Front

Displays a string using a big font

Back

escape()

Front

Encodes a string

Back

isFinite()

Front

Determines whether a value is a finite, legal number

Back

substring()

Front

Extracts the characters from a string, between two specified indices

Back

fixed()

Front

Displays a string using a fixed-pitch font

Back

sub()

Front

Displays a string as subscript text

Back

anchor()

Front

Creates an anchor

Back

blink()

Front

Displays a blinking string

Back

sup()

Front

Displays a string as superscript text

Back

Infinity

Front

A numeric value that represents positive/negative infinity

Back

String()

Front

Converts an object's value to a string

Back

eval()

Front

Evaluates a string and executes it as if it was script code

Back

search()

Front

Searches for a match between a regular expression and a string, and returns the position of the match

Back

source

Front

The text of the RegExp pattern

Back

replace()

Front

Searches for a match between a substring (or regular expression) and a string, and replaces the matched substring with a new substring

Back

substr()

Front

Extracts the characters from a string, beginning at a specified start position, and through the specified number of character

Back

compile()

Front

Compiles a regular expression

Back

link()

Front

Displays a string as a hyperlink

Back

encodeURIComponent()

Front

Encodes a URI component

Back

italics()

Front

Displays a string in italic

Back

isNaN()

Front

Determines whether a value is an illegal number

Back

small()

Front

Displays a string using a small font

Back

undefined

Front

Indicates that a variable has not been assigned a value

Back

lastIndex

Front

The index at which to start the next match

Back

test()

Front

Tests for a match in a string. Returns true or false

Back

lastIndexOf()

Front

Returns the position of the last found occurrence of a specified value in a string

Back

multiline

Front

Specifies if the "m" modifier is set

Back

m

Front

Perform multiline matching

Back

g

Front

Perform a global match (find all matches rather than stopping after the first match)

Back

toUpperCase()

Front

Converts a string to uppercase letters

Back

parseFloat()

Front

Parses a string and returns a floating point number

Back

global

Front

Specifies if the "g" modifier is set

Back

strike()

Front

Displays a string with a strikethrough

Back

exec()

Front

Tests for a match in a string. Returns the first match

Back

toLowerCase()

Front

Converts a string to lowercase letters

Back

fontcolor()

Front

Displays a string using a specified color

Back

parseInt()

Front

Parses a string and returns an integer

Back

i

Front

Perform case-insensitive matching

Back

bold()

Front

Displays a string in bold

Back

ignoreCase

Front

Specifies if the "i" modifier is set

Back

match()

Front

Searches for a match between a regular expression and a string, and returns the matches

Back

NaN

Front

"Not-a-Number" value

Back

Number()

Front

Converts an object's value to a number

Back

Section 4

(50 cards)

scrollBy()

Front

Scrolls the content by the specified number of pixels

Back

document

Front

Returns the Document object for the window (See Document object)

Back

innerHeight

Front

Sets or returns the inner height of a window's content area

Back

setInterval()

Front

Calls a function or evaluates an expression at specified intervals (in milliseconds)

Back

frames

Front

Returns an array of all the frames (including iframes) in the current window

Back

open()

Front

Opens a new browser window

Back

clearInterval()

Front

Clears a timer set with setInterval()

Back

screenLeft

Front

Returns the x coordinate of the window relative to the screen

Back

closed

Front

Returns a Boolean value indicating whether a window has been closed or not

Back

status

Front

Sets the text in the statusbar of a window

Back

parent

Front

Returns the parent window of the current window

Back

blur()

Front

Removes focus from the current window

Back

cookieEnabled

Front

Determines whether cookies are enabled in the browser

Back

clearTimeout()

Front

Clears a timer set with setTimeout()

Back

name

Front

Sets or returns the name of a window

Back

unescape()

Front

Decodes an encoded string

Back

moveBy()

Front

Moves a window relative to its current position

Back

alert()

Front

Displays an alert box with a message and an OK button

Back

appName

Front

Returns the name of the browser

Back

length

Front

Returns the number of frames (including iframes) in a window

Back

focus()

Front

Sets focus to the current window

Back

scrollTo()

Front

Scrolls the content to the specified coordinates

Back

opener

Front

Returns a reference to the window that created the window

Back

defaultStatus

Front

Sets or returns the default text in the statusbar of a window

Back

resizeTo()

Front

Resizes the window to the specified width and height

Back

appCodeName

Front

Returns the code name of the browser

Back

location

Front

Returns the Location object for the window (See Location object)

Back

pageXOffset

Front

Returns the pixels the current document has been scrolled (horizontally) from the upper left corner of the window

Back

confirm()

Front

Displays a dialog box with a message and an OK and a Cancel button

Back

print()

Front

Prints the content of the current window

Back

history

Front

Returns the History object for the window (See History object)

Back

top

Front

Returns the topmost browser window

Back

screen

Front

Returns the Screen object for the window (See Screen object)

Back

close()

Front

Closes the current window

Back

screenY

Front

Returns the y coordinate of the window relative to the screen

Back

self

Front

Returns the current window

Back

onLine

Front

Boolean, returns true if the browser is on line, otherwise false.

Back

resizeBy()

Front

Resizes the window by the specified pixels

Back

moveTo()

Front

Moves a window to the specified position

Back

appVersion

Front

Returns the version information of the browser

Back

outerWidth

Front

Sets or returns the outer width of a window, including toolbars/scrollbars

Back

setTimeout()

Front

Calls a function or evaluates an expression after a specified number of milliseconds

Back

navigator

Front

Returns the Navigator object for the window (See Navigator object)

Back

createPopup()

Front

Creates a pop-up window

Back

prompt()

Front

Displays a dialog box that prompts the visitor for input

Back

screenTop

Front

Returns the y coordinate of the window relative to the screen

Back

outerHeight

Front

Sets or returns the outer height of a window, including toolbars/scrollbars

Back

pageYOffset

Front

Returns the pixels the current document has been scrolled (vertically) from the upper left corner of the window

Back

innerWidth

Front

Sets or returns the inner width of a window's content area

Back

screenX

Front

Returns the x coordinate of the window relative to the screen

Back

Section 5

(23 cards)

reload()

Front

Reloads the current document

Back

platform

Front

Returns for which platform the browser is compiled

Back

availWidth

Front

Returns the width of the screen (excluding the Windows Taskbar)

Back

javaEnabled()

Front

Specifies whether or not the browser has Java enabled

Back

height

Front

Returns the total height of the screen

Back

pathname

Front

Returns the path name of a URL

Back

href

Front

Returns the entire URL

Back

go()

Front

Loads a specific URL from the history list

Back

availHeight

Front

Returns the height of the screen (excluding the Windows Taskbar)

Back

assign()

Front

Loads a new document

Back

back()

Front

Loads the previous URL in the history list

Back

port

Front

Returns the port number the server uses for a URL

Back

forward()

Front

Loads the next URL in the history list

Back

userAgent

Front

Returns the user-agent header sent by the browser to the server

Back

hash

Front

Returns the anchor portion of a URL

Back

hostname

Front

Returns the hostname of a URL

Back

pixelDepth

Front

Returns the color resolution (in bits per pixel) of the screen

Back

host

Front

Returns the hostname and port of a URL

Back

protocol

Front

Returns the protocol of a URL

Back

replace()

Front

Replaces the current document with a new one

Back

search

Front

Returns the query portion of a URL

Back

width

Front

Returns the total width of the screen

Back

colorDepth

Front

Returns the bit depth of the color palette for displaying images

Back