Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - ==== 0_n-Properties__arguments.wiki
 - 4d3
 - <
 - ==== 1_9-Properties__RegExp.wiki
 - 3,4c3
 - < '''RegExp'''.'''$''' n
 - <
 - ---
 - > '''RegExp'''.'''$''' n
 - ==== Addition-Assignment-Operator.wiki
 - 3,4c3
 - < result += expression
 - <
 - ---
 - > result += expression
 - ==== Addition-Operator.wiki
 - 4d3
 - <
 - ==== apply-Method__Function.wiki
 - 4d3
 - <
 - ==== arguments-Object.wiki
 - 4d3
 - <
 - ==== arguments-Property__Function.wiki
 - 4d3
 - <
 - ==== Array.isArray-Function.wiki
 - 4d3
 - <
 - ==== ArrayBuffer-Object.wiki
 - 6d5
 - <
 - ==== Array-Object.wiki
 - 3,4c3,5
 - < arrayObj = new Array() arrayObj = new Array([ size ]) arrayObj = new Array([ element0 [, element1 [, ...[, elementN ]]]])
 - <
 - ---
 - > arrayObj = new Array()
 - > arrayObj = new Array([ size ])
 - > arrayObj = new Array([ element0 [, element1 [, ...[, elementN ]]]])
 - ==== Assignment-Operator.wiki
 - 4d3
 - <
 - ==== bind-Method__Function.wiki
 - 4d3
 - <
 - ==== Bitwise-AND-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-AND-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-Left-Shift-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-NOT-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-OR-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-OR-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-Right-Shift-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-XOR-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Bitwise-XOR-Operator.wiki
 - 4d3
 - <
 - ==== Boolean-Object.wiki
 - 4d3
 - <
 - ==== break-Statement.wiki
 - 4d3
 - <
 - ==== bufferOffset-Property__Float64Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__DataView.wiki
 - 4d3
 - <
 - ==== buffer-Property__Float32Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Float64Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Int16Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Int32Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Int8Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Uint16Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Uint32Array.wiki
 - 4d3
 - <
 - ==== buffer-Property__Uint8Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__ArrayBuffer.wiki
 - 4d3
 - <
 - ==== byteLength-Property__DataView.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Float32Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Float64Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Int16Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Int32Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Int8Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Uint16Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__UInt32Array.wiki
 - 4d3
 - <
 - ==== byteLength-Property__Uint8Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__DataView.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Float32Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Int16Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Int32Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Int8Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Uint16Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__UInt32Array.wiki
 - 4d3
 - <
 - ==== byteOffset-Property__Uint8Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Float32Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Float64Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Int16Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Int32Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Int8Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Uint16Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Uint32Array.wiki
 - 4d3
 - <
 - ==== BYTES_PER_ELEMENT-Constant__Uint8Array.wiki
 - 4d3
 - <
 - ==== callee-Property__arguments.wiki
 - 4d3
 - <
 - ==== caller-Property__Function.wiki
 - 4d3
 - <
 - ==== call-Method__Function.wiki
 - 4d3
 - <
 - ==== charAt-Method__String.wiki
 - 4d3
 - <
 - ==== charCodeAt-Method__String.wiki
 - 4d3
 - <
 - ==== Comma-Operator.wiki
 - 4d3
 - <
 - ==== Comment-Statements.wiki
 - 4,5c4,16
 - < // comment
 - <
 - ---
 - > // comment
 - >
 - > Multiline Comment:
 - > /*
 - > comment
 - > */
 - >
 - > Comments with conditional compilation:
 - > //@CondStatement
 - >
 - > /*@
 - > condStatement
 - > @*/
 - ==== Comparison-Operators.wiki
 - 4d3
 - <
 - ==== compile-Method__Regular-Expression.wiki
 - 3,4c3
 - < rgExp.'''compile(''' pattern , [ flags ] ''')'''
 - <
 - ---
 - > rgExp.'''compile(''' pattern , [ flags ] ''')'''
 - ==== Compound-Assignment-Operators.wiki
 - ==== concat-Method__Array.wiki
 - 3,4c3
 - < array1.concat([ item1 [, item2 [, . . . [, itemN ]]]])
 - <
 - ---
 - > array1.concat([ item1 [, item2 [, . . . [, itemN ]]]])
 - ==== concat-Method__String.wiki
 - 4d3
 - <
 - ==== Conditional__Ternary-Operator.wiki
 - 4d3
 - <
 - ==== constructor-Property__Array.wiki
 - 4d3
 - <
 - ==== constructor-Property__Boolean.wiki
 - 3,4c3
 - < boolean.constructor(value)
 - <
 - ---
 - > boolean.constructor([[ value ])
 - ==== constructor-Property__Date.wiki
 - 4d3
 - <
 - ==== constructor-Property__Error.wiki
 - 4d3
 - <
 - ==== constructor-Property__Number.wiki
 - 4d3
 - <
 - ==== constructor-Property__Object.wiki
 - 4d3
 - <
 - ==== constructor-Property__String.wiki
 - 4d3
 - <
 - ==== continue-Statement.wiki
 - 4d3
 - <
 - ==== DataView-Object.wiki
 - 4d3
 - <
 - ==== Date.now-Function.wiki
 - 4d3
 - <
 - ==== Date.parse-Function.wiki
 - 3,4c3
 - < Date.parse( dateVal )
 - <
 - ---
 - > Date.parse( dateVal )
 - ==== Date.UTC-Function.wiki
 - 3,4c3
 - < Date.UTC( year , month , day [ ''',''' hours [, minutes [, seconds [, ms ]]]])
 - <
 - ---
 - > Date.UTC( year , month , day [ ''',''' hours [, minutes [, seconds [, ms ]]]])
 - ==== Date-Object.wiki
 - 3,4c3,5
 - < dateObj = new Date() dateObj = new Date( dateVal ) dateObj = new Date( year , month , date [, hours [, minutes [, seconds [, ms ]]]])
 - <
 - ---
 - > dateObj = new Date()
 - > dateObj = new Date( dateVal )
 - > dateObj = new Date( year , month , date [, hours [, minutes [, seconds [, ms ]]]])
 - ==== debugger-Statement.wiki
 - 4d3
 - <
 - ==== decodeURIComponent-Function.wiki
 - 4d3
 - <
 - ==== decodeURI-Function.wiki
 - 4d3
 - <
 - ==== delete-Operator.wiki
 - 4d3
 - <
 - ==== description-Property__Error.wiki
 - 3,4c3
 - < object '''.description''' [ '''=''' stringExpression ]
 - <
 - ---
 - > object '''.description ''' [ '''= ''' stringExpression ]
 - ==== Division-Assignment-Operator.wiki
 - 3,4c3
 - < result /= expression
 - <
 - ---
 - > result /= expression
 - ==== Division-Operator.wiki
 - 3,4c3
 - < result = number1 / number2
 - <
 - ---
 - > result = number1 / number2
 - ==== do_while-Statement.wiki
 - 6,7c6
 - < while (expression) ;
 - <
 - ---
 - > while (expression) ;
 - ==== encodeURIComponent-Function.wiki
 - 4d3
 - <
 - ==== encodeURI-Function.wiki
 - 4d3
 - <
 - ==== Error-Object.wiki
 - 3,4c3,5
 - < errorObj = new Error() errorObj = new Error([ number ]) errorObj = new Error([ number [, description ]])
 - <
 - ---
 - > errorObj = new Error()
 - > errorObj = new Error([ number ])
 - > errorObj = new Error([ number [, description ]])
 - ==== escape-Function.wiki
 - 3,4c3
 - < escape( charString ''')'''
 - <
 - ---
 - > escape( charString ''')'''
 - ==== eval-Function.wiki
 - 3,4c3
 - < eval( codeString )
 - <
 - ---
 - > eval( codeString )
 - ==== every-Method__Array.wiki
 - 4d3
 - <
 - ==== exec-Method__Regular-Expression.wiki
 - 3,4c3
 - < rgExp.'''exec(''' str ''')'''
 - <
 - ---
 - > rgExp.'''exec(''' str ''')'''
 - ==== filter-Method__Array.wiki
 - 4d3
 - <
 - ==== Float32Array-Object.wiki
 - 3,4c3,5
 - < float32Array = new Float32Array( length ); float32Array = new Float32Array( array ); float32Array = new Float32Array( buffer , byteOffset , length );
 - <
 - ---
 - > float32Array = new Float32Array( length );
 - > float32Array = new Float32Array( array );
 - > float32Array = new Float32Array( buffer , byteOffset , length );
 - ==== Float64Array-Object.wiki
 - 3,4c3,5
 - < float64Array = new Float64Array( length ); float64Array = new Float64Array( array ); float64Array = new Float64Array( buffer , byteOffset , length );
 - <
 - ---
 - > float64Array = new Float64Array( length );
 - > float64Array = new Float64Array( array );
 - > float64Array = new Float64Array( buffer , byteOffset , length );
 - ==== for_in-Statement.wiki
 - 3,4c3,5
 - < for ( variable in [ object {{!}} array ]) { statements }
 - <
 - ---
 - > for ( variable in [ object {{!}} array ]) {
 - > statements
 - > }
 - ==== forEach-Method__Array.wiki
 - 4d3
 - <
 - ==== for-Statement.wiki
 - 3,4c3,4
 - < for ([ initialization ]; [ test ]; [ increment ]) statement
 - <
 - ---
 - > for ([ initialization ]; [ test ]; [ increment ])
 - > statement
 - ==== Function-Object.wiki
 - 3,6c3,7
 - < function functionName '''([''' argname1 [, ...[, argnameN ]]])
 - < { body }
 - < functionName = new Function( [ argname1 , [...argnameN ,]] body );
 - <
 - ---
 - > function functionName '''([''' argname1 [, ...[, argnameN ]]])
 - > {
 - > body
 - > }
 - > functionName = new Function( [ argname1 , [... argnameN ,]] body );
 - ==== function-Statement.wiki
 - 3,4c3,5
 - < function functionname ([ arg1 [, arg2 [,...[, argN ]]]] ''')''' { statements }
 - <
 - ---
 - > function functionname ([ arg1 [, arg2 [,...[, argN ]]]] ''')''' {
 - > statements
 - > }
 - ==== getDate-Method__Date.wiki
 - 3,4c3
 - < dateObj.getDate()
 - <
 - ---
 - > dateObj.getDate()
 - ==== getDay-Method__Date.wiki
 - 3,4c3
 - < dateObj. getDay()
 - <
 - ---
 - > dateObj. getDay()
 - ==== getFloat32-Method__DataView.wiki
 - 3,4c3
 - < var testFloat = dataView.getFloat32(byteOffset, littleEndian);
 - <
 - ---
 - > var testFloat = dataView.getFloat32(byteOffset, littleEndian);
 - ==== getFloat64-Method__DataView.wiki
 - 3,4c3
 - < var testFloat = dataView.getFloat64(byteOffset, littleEndian);
 - <
 - ---
 - > var testFloat = dataView.getFloat64(byteOffset, littleEndian);
 - ==== getFullYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.getFullYear()
 - <
 - ---
 - > dateObj.getFullYear()
 - ==== getHours-Method__Date.wiki
 - 3,4c3
 - < dateObj.getHours()
 - <
 - ---
 - > dateObj.getHours()
 - ==== getInt16-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.getInt16(byteOffset, littleEndian);
 - <
 - ---
 - > var testInt = dataView.getInt16(byteOffset, littleEndian);
 - ==== getInt32-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.getInt32(byteOffset, littleEndian);
 - <
 - ---
 - > var testInt = dataView.getInt32(byteOffset, littleEndian);
 - ==== getInt8-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.getInt8(byteOffset);
 - <
 - ---
 - > var testInt = dataView.getInt8(byteOffset);
 - ==== get-Method__Float32Array.wiki
 - 4d3
 - <
 - ==== get-Method__Float64Array.wiki
 - 4d3
 - <
 - ==== get-Method__Int16Array.wiki
 - 4d3
 - <
 - ==== get-Method__Int32Array.wiki
 - 4d3
 - <
 - ==== get-Method__Int8Array.wiki
 - 4d3
 - <
 - ==== get-Method__Uint16Array.wiki
 - 4d3
 - <
 - ==== get-Method__Uint32Array.wiki
 - 4d3
 - <
 - ==== get-Method__Uint8Array.wiki
 - 4d3
 - <
 - ==== getMilliseconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.getMilliseconds()
 - <
 - ---
 - > dateObj.getMilliseconds()
 - ==== getMinutes-Method__Date.wiki
 - 3,4c3
 - < dateObj.getMinutes()
 - <
 - ---
 - > dateObj.getMinutes()
 - ==== getMonth-Method__Date.wiki
 - 3,4c3
 - < dateObj.getMonth()
 - <
 - ---
 - > dateObj.getMonth()
 - ==== getSeconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.getSeconds()
 - <
 - ---
 - > dateObj.getSeconds()
 - ==== getTime-Method__Date.wiki
 - 3,4c3
 - < dateObj.getTime()
 - <
 - ---
 - > dateObj.getTime()
 - ==== getTimezoneOffset-Method__Date.wiki
 - 3,4c3
 - < dateObj.getTimezoneOffset()
 - <
 - ---
 - > dateObj.getTimezoneOffset()
 - ==== getUint16-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.getUint16(byteOffset, littleEndian);
 - <
 - ---
 - > var testInt = dataView.getUint16(byteOffset, littleEndian);
 - ==== getUint32-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.get Uint32 (byteOffset, littleEndian);
 - <
 - ---
 - > var testInt = dataView.get Uint32 (byteOffset, littleEndian);
 - ==== getUint8-Method__DataView.wiki
 - 3,4c3
 - < var testInt = dataView.getUint8(byteOffset);
 - <
 - ---
 - > var testInt = dataView.getUint8(byteOffset);
 - ==== getUTCDate-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCDate()
 - <
 - ---
 - > dateObj.getUTCDate()
 - ==== getUTCDay-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCDay()
 - <
 - ---
 - > dateObj.getUTCDay()
 - ==== getUTCFullYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCFullYear()
 - <
 - ---
 - > dateObj.getUTCFullYear()
 - ==== getUTCHours-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCHours()
 - <
 - ---
 - > dateObj.getUTCHours()
 - ==== getUTCMilliseconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCMilliseconds()
 - <
 - ---
 - > dateObj.getUTCMilliseconds()
 - ==== getUTCMinutes-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCMinutes()
 - <
 - ---
 - > dateObj.getUTCMinutes()
 - ==== getUTCMonth-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCMonth()
 - <
 - ---
 - > dateObj.getUTCMonth()
 - ==== getUTCSeconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.getUTCSeconds()
 - <
 - ---
 - > dateObj.getUTCSeconds()
 - ==== getYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.getYear()
 - <
 - ---
 - > dateObj.getYear()
 - ==== Global-Object.wiki
 - ==== global-Property__Regular-Expression.wiki
 - 4d3
 - <
 - ==== hasOwnProperty-Method__Object.wiki
 - 4d3
 - <
 - ==== HTML-Tag-Methods.wiki
 - ==== if_else-Statement.wiki
 - 3,5c3,10
 - < if ( condition1 ) { statement1 }
 - < [else if ( condition2 ) { statement2 }]
 - < [else { statement3 ]
 - ---
 - > if ( condition1 ) {
 - > statement1
 - > }
 - > [else if ( condition2 ) {
 - > statement2
 - > }]
 - > [else {
 - > statement3 ]
 - 7d11
 - <
 - ==== ignoreCase-Property__Regular-Expression.wiki
 - 4d3
 - <
 - ==== Increment-and-Decrement-Operators.wiki
 - 3,4c3,6
 - < result '''=''' ++ variable result = -- variable result = variable ++ result = variable --
 - <
 - ---
 - > result '''=''' ++ variable
 - > result = -- variable
 - > result = variable ++
 - > result = variable --
 - ==== indexOf-Method__Array.wiki
 - 4d3
 - <
 - ==== indexOf-Method__String.wiki
 - 4d3
 - <
 - ==== index-Property__RegExp.wiki
 - 3,4c3
 - < '''RegExp'''.'''index'''
 - <
 - ---
 - > '''RegExp'''.'''index'''
 - ==== Infinity-Constant.wiki
 - 3,4c3
 - < Infinity
 - <
 - ---
 - > Infinity
 - ==== in-Operator.wiki
 - 4d3
 - <
 - ==== input-Property.wiki
 - 4d3
 - <
 - ==== instanceof-Operator.wiki
 - 4d3
 - <
 - ==== Int16Array-Object.wiki
 - 3,4c3,5
 - < int16Array = new Int16Array( length ); int16Array = new Int16Array( array ); int16Array = new Int16Array( buffer , byteOffset , length );
 - <
 - ---
 - > int16Array = new Int16Array( length );
 - > int16Array = new Int16Array( array );
 - > int16Array = new Int16Array( buffer , byteOffset , length );
 - ==== Int32Array-Object.wiki
 - 3,4c3,5
 - < int32Array = new Int32Array( length ); int32Array = new Int32Array( array ); int32Array = new Int32Array( buffer , byteOffset , length );
 - <
 - ---
 - > int32Array = new Int32Array( length );
 - > int32Array = new Int32Array( array );
 - > int32Array = new Int32Array( buffer , byteOffset , length );
 - ==== Int8Array-Object.wiki
 - 3,4c3,5
 - < int8Array = new Int8Array( length ); intArray = new IntArray( array ); intArray = new IntArray( buffer , byteOffset , length );
 - <
 - ---
 - > int8Array = new Int8Array( length );
 - > intArray = new IntArray( array );
 - > intArray = new IntArray( buffer , byteOffset , length );
 - ==== isFinite-Function.wiki
 - 3,4c3
 - < isFinite( number )
 - <
 - ---
 - > isFinite( number )
 - ==== isNaN-Function.wiki
 - 3,4c3
 - < isNaN( numValue )
 - <
 - ---
 - > isNaN( numValue )
 - ==== isPrototypeOf-Method__Object.wiki
 - 4d3
 - <
 - ==== JavaScript-Constants.wiki
 - ==== JavaScript-Directives.wiki
 - ==== JavaScript-Errors.wiki
 - ==== JavaScript-Functions.wiki
 - ==== JavaScript-Future-Reserved-Words.wiki
 - ==== JavaScript-Methods.wiki
 - ==== JavaScript-Objects.wiki
 - ==== JavaScript-Operators.wiki
 - ==== JavaScript-Properties.wiki
 - ==== JavaScript-Reference.wiki
 - ==== JavaScript-Reserved-Words.wiki
 - ==== JavaScript-Statements.wiki
 - ==== JavaScript-Syntax-Errors.wiki
 - ==== join-Method__Array.wiki
 - 3,4c3
 - < arrayObj.join([ separator ])
 - <
 - ---
 - > arrayObj.join([ separator ])
 - ==== JSON.parse-Function.wiki
 - 4d3
 - <
 - ==== JSON.stringify-Function.wiki
 - 4d3
 - <
 - ==== JSON-Object.wiki
 - 4d3
 - <
 - ==== Labeled-Statement.wiki
 - 3,4c3,4
 - < label ''':''' statements
 - <
 - ---
 - > label ''':'''
 - > statements
 - ==== lastIndexOf-Method__Array.wiki
 - 4d3
 - <
 - ==== lastIndexOf-Method__String.wiki
 - 4d3
 - <
 - ==== lastIndex-Property__RegExp.wiki
 - 4d3
 - <
 - ==== lastMatch-Property.wiki
 - 4d3
 - <
 - ==== lastParen-Property.wiki
 - 4d3
 - <
 - ==== leftContext-Property.wiki
 - 4d3
 - <
 - ==== Left-Shift-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== length-Property__arguments.wiki
 - 4d3
 - <
 - ==== length-Property__Array.wiki
 - 3,4c3
 - < numVar = arrayObj.length
 - <
 - ---
 - > numVar = arrayObj.length
 - ==== length-Property__Float32Array.wiki
 - 4d3
 - <
 - ==== length-Property__Float64Array.wiki
 - 4d3
 - <
 - ==== length-Property__Function.wiki
 - 4d3
 - <
 - ==== length-Property__Int16Array.wiki
 - 4d3
 - <
 - ==== length-Property__Int32Array.wiki
 - 4d3
 - <
 - ==== length-Property__Int8Array.wiki
 - 4d3
 - <
 - ==== length-Property__String.wiki
 - 6,7c6
 - < "String Literal".length
 - <
 - ---
 - > "String Literal".length
 - ==== length-Property__UInt16Array.wiki
 - 4d3
 - <
 - ==== length-Property__Uint32Array.wiki
 - 4d3
 - <
 - ==== length-Property__Uint8Array.wiki
 - 4d3
 - <
 - ==== localeCompare-Method__String.wiki
 - 4d3
 - <
 - ==== Logical-AND-Operator.wiki
 - 3,4c3
 - < result = expression1 && expression2
 - <
 - ---
 - > result = expression1 && expression2
 - ==== Logical-NOT-Operator.wiki
 - 4d3
 - <
 - ==== Logical-OR-Operator.wiki
 - 4d3
 - <
 - ==== map-Method__Array.wiki
 - 4d3
 - <
 - ==== match-Method__String.wiki
 - 3,4c3
 - < stringObj.match( rgExp )
 - <
 - ---
 - > stringObj.match( rgExp )
 - ==== Math.abs-Function.wiki
 - 4d3
 - <
 - ==== Math.acos-Function.wiki
 - 4d3
 - <
 - ==== Math.asin-Function.wiki
 - 3,4c3
 - < '''Math'''.'''asin(''' number ''')'''
 - <
 - ---
 - > '''Math'''.'''asin(''' number ''')'''
 - ==== Math.atan2-Function.wiki
 - 4d3
 - <
 - ==== Math.atan-Function.wiki
 - 3,4c3
 - < '''Math'''.'''atan(''' number ''')'''
 - <
 - ---
 - > '''Math'''.'''atan(''' number ''')'''
 - ==== Math.ceil-Function.wiki
 - 3,4c3
 - < '''Math'''.'''ceil(''' number ''')'''
 - <
 - ---
 - > '''Math'''.'''ceil(''' number ''')'''
 - ==== Math.cos-Function.wiki
 - 3,4c3
 - < '''Math'''.'''cos(''' radians ''')'''
 - <
 - ---
 - > '''Math'''.'''cos(''' radians ''')'''
 - ==== Math.exp-Function.wiki
 - 3,4c3
 - < '''Math'''.'''exp(''' number ''')'''
 - <
 - ---
 - > '''Math'''.'''exp(''' number ''')'''
 - ==== Math.floor-Function.wiki
 - 3,4c3
 - < '''Math'''.'''floor(''' number ''')'''
 - <
 - ---
 - > '''Math'''.'''floor(''' number ''')'''
 - ==== Math.log-Function.wiki
 - 3,4c3
 - < Math.log( number ''')'''
 - <
 - ---
 - > Math.log( number ''')'''
 - ==== Math.max-Function.wiki
 - 3,4c3
 - < Math.max([ number1 [, number2 [... [, numberN ]]]])
 - <
 - ---
 - > Math.max([ number1 [, number2 [... [, numberN ]]]])
 - ==== Math.min-Function.wiki
 - 4d3
 - <
 - ==== Math.pow-Function.wiki
 - 3,4c3
 - < '''Math.pow(''' base , exponent ''')'''
 - <
 - ---
 - > '''Math.pow(''' base , exponent ''')'''
 - ==== Math.random-Function.wiki
 - 3,4c3
 - < '''Math.random( )'''
 - <
 - ---
 - > '''Math.random( ) '''
 - ==== Math.round-Function.wiki
 - 3,4c3
 - < '''Math.round(''' number ''')'''
 - <
 - ---
 - > '''Math.round(''' number ''')'''
 - ==== Math.sin-Function.wiki
 - 3,4c3
 - < '''Math'''.'''sin(''' radians ''')'''
 - <
 - ---
 - > '''Math'''.'''sin(''' radians ''')'''
 - ==== Math.sqrt-Function.wiki
 - 3,4c3
 - < '''Math.sqrt(''' number ''')'''
 - <
 - ---
 - > '''Math.sqrt(''' number ''')'''
 - ==== Math.tan-Function.wiki
 - 3,4c3
 - < '''Math.tan(''' radians ''')'''
 - <
 - ---
 - > '''Math.tan(''' radians ''') '''
 - ==== Math-Constants.wiki
 - ==== Math-Object.wiki
 - 4d3
 - <
 - ==== message-Property__Error.wiki
 - 4d3
 - <
 - ==== Modulus-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Modulus-Operator.wiki
 - 4d3
 - <
 - ==== multiline-Property__Regular-Expression.wiki
 - 4d3
 - <
 - ==== Multiplication-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Multiplication-Operator.wiki
 - 4d3
 - <
 - ==== name-Property__Error.wiki
 - 4d3
 - <
 - ==== NaN-Constant.wiki
 - 3,4c3
 - < NaN
 - <
 - ---
 - > NaN
 - ==== new-Operator.wiki
 - 3,4c3
 - < new constructor ([ arguments ])
 - <
 - ---
 - > new constructor ([ arguments ])
 - ==== null-Constant.wiki
 - ==== Number-Constants.wiki
 - ==== Number-Object.wiki
 - 4d3
 - <
 - ==== number-Property__Error.wiki
 - 3,4c3
 - < object '''.number''' [ '''=''' errorNumber ]
 - <
 - ---
 - > object '''.number''' [ '''= ''' errorNumber ]
 - ==== Object.create-Function.wiki
 - 4d3
 - <
 - ==== Object.defineProperties-Function.wiki
 - 4d3
 - <
 - ==== Object.defineProperty-Function.wiki
 - 4d3
 - <
 - ==== Object.freeze-Function.wiki
 - 4d3
 - <
 - ==== Object.getOwnPropertyDescriptor-Function.wiki
 - 4d3
 - <
 - ==== Object.getOwnPropertyNames-Function.wiki
 - 4d3
 - <
 - ==== Object.getPrototypeOf-Function.wiki
 - 4d3
 - <
 - ==== Object.isExtensible-Function.wiki
 - 4d3
 - <
 - ==== Object.isFrozen-Function.wiki
 - 4d3
 - <
 - ==== Object.isSealed-Function.wiki
 - 4d3
 - <
 - ==== Object.keys-Function.wiki
 - 4d3
 - <
 - ==== Object.preventExtensions-Function.wiki
 - 4d3
 - <
 - ==== Object.seal-Function.wiki
 - 4d3
 - <
 - ==== Object-Object.wiki
 - 3,4c3
 - < obj '''= new Object(''' [ value ] ''')'''
 - <
 - ---
 - > obj ''' = new Object(''' [ value ] ''')'''
 - ==== parseFloat-Function.wiki
 - 3,4c3
 - < parseFloat( numString )
 - <
 - ---
 - > parseFloat( numString )
 - ==== parseInt-Function.wiki
 - 3,4c3
 - < parseInt( numString , [ radix ])
 - <
 - ---
 - > parseInt( numString , [ radix ])
 - ==== pop-Method__Array.wiki
 - 4d3
 - <
 - ==== propertyIsEnumerable-Method__Object.wiki
 - 4d3
 - <
 - ==== prototype-Property__Array.wiki
 - 4d3
 - <
 - ==== prototype-Property__Boolean.wiki
 - 4d3
 - <
 - ==== prototype-Property__Date.wiki
 - 4d3
 - <
 - ==== prototype-Property__Error.wiki
 - 4d3
 - <
 - ==== prototype-Property__Number.wiki
 - 4d3
 - <
 - ==== prototype-Property__Object.wiki
 - 4d3
 - <
 - ==== prototype-Property__String.wiki
 - 4d3
 - <
 - ==== push-Method__Array.wiki
 - 4d3
 - <
 - ==== reduce-Method__Array.wiki
 - 4d3
 - <
 - ==== reduceRight-Method__Array.wiki
 - 4d3
 - <
 - ==== RegExp-Object.wiki
 - 3,4c3
 - < '''RegExp'''.property
 - <
 - ---
 - > '''RegExp'''.property
 - ==== Regular-Expression-Object.wiki
 - 4,5c4
 - < re = '''new RegExp("''' pattern '''"''' [ ''',"''' flags '''"''' ] ''')'''
 - <
 - ---
 - > re = '''new RegExp("''' pattern '''"''' [ ''',"''' flags '''"''' ] ''')'''
 - ==== replace-Method__String.wiki
 - 4d3
 - <
 - ==== return-Statement.wiki
 - 3,4c3
 - < '''return''' [ '''(''' ][ expression ][ ''')''' ];
 - <
 - ---
 - > '''return''' [ '''(''' ][ expression ][ ''')''' ];
 - ==== reverse-Method.wiki
 - 3,4c3
 - < arrayObj.reverse()
 - <
 - ---
 - > arrayObj.reverse()
 - ==== rightContext-Property.wiki
 - 4d3
 - <
 - ==== Right-Shift-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== search-Method__String.wiki
 - 3,4c3
 - < stringObj.search( rgExp )
 - <
 - ---
 - > stringObj.search( rgExp )
 - ==== setDate-Method__Date.wiki
 - 3,4c3
 - < dateObj.setDate( numDate ''')'''
 - <
 - ---
 - > dateObj.setDate( numDate ''')'''
 - ==== setFloat32-Method__DataView.wiki
 - 3,4c3
 - < dataView.setFloat32 (byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setFloat32 (byteOffset, value, littleEndian);
 - ==== setFloat64-Method__DataView.wiki
 - 3,4c3
 - < dataView.setFloat64 (byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setFloat64 (byteOffset, value, littleEndian);
 - ==== setFullYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.setFullYear( numYear [, numMonth [, numDate ]])
 - <
 - ---
 - > dateObj.setFullYear( numYear [, numMonth [, numDate ]])
 - ==== setHours-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setHours(''' numHours [ ''',''' numMin [ ''',''' numSec [ ''',''' numMilli ]]] ''')'''
 - <
 - ---
 - > dateObj.'''setHours(''' numHours [ ''',''' numMin [ ''',''' numSec [ ''',''' numMilli ]]] ''')'''
 - ==== setInt16-Method__DataView.wiki
 - 3,4c3
 - < dataView.setInt16(byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setInt16(byteOffset, value, littleEndian);
 - ==== setInt32-Method__DataView.wiki
 - 3,4c3
 - < dataView.setInt32 (byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setInt32 (byteOffset, value, littleEndian);
 - ==== setInt8-Method__DataView.wiki
 - 3,4c3
 - < dataView.setInt8(byteOffset, value);
 - <
 - ---
 - > dataView.setInt8(byteOffset, value);
 - ==== set-Method__Float32Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Float64Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Int16Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Int32Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Int8Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Uint16Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Uint32Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== set-Method__Uint8Array.wiki
 - 5c5
 - <
 - ---
 - >
 - ==== setMilliseconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setMilliseconds(''' numMilli ''')'''
 - <
 - ---
 - > dateObj.'''setMilliseconds(''' numMilli ''')'''
 - ==== setMinutes-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setMinutes(''' numMinutes [ ''',''' numSeconds [ ''',''' numMilli ]] ''')'''
 - <
 - ---
 - > dateObj.'''setMinutes(''' numMinutes [ ''', ''' numSeconds [ ''', ''' numMilli ]] ''')'''
 - ==== setMonth-Method__Date.wiki
 - 3,4c3
 - < dateObj. setMonth( numMonth [ ''',''' dateVal ])
 - <
 - ---
 - > dateObj. setMonth( numMonth [ ''',''' dateVal ])
 - ==== setSeconds-Method__Date.wiki
 - 3,4c3
 - < dateObj '''.setSeconds(''' numSeconds [ ''',''' numMilli ] ''')'''
 - <
 - ---
 - > dateObj '''.setSeconds(''' numSeconds [ ''',''' numMilli ] ''')'''
 - ==== setTime-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setTime(''' milliseconds ''')'''
 - <
 - ---
 - > dateObj.'''setTime(''' milliseconds ''')'''
 - ==== setUint16-Method__DataView.wiki
 - 3,4c3
 - < dataView.setUint16(byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setUint16(byteOffset, value, littleEndian);
 - ==== setUint32-Method__DataView.wiki
 - 3,4c3
 - < dataView.setUint32 (byteOffset, value, littleEndian);
 - <
 - ---
 - > dataView.setUint32 (byteOffset, value, littleEndian);
 - ==== setUint8-Method__DataView.wiki
 - 3,4c3
 - < dataView.setUint8(byteOffset, value);
 - <
 - ---
 - > dataView.setUint8(byteOffset, value);
 - ==== setUTCDate-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCDate(''' numDate ''')'''
 - <
 - ---
 - > dateObj.'''setUTCDate(''' numDate ''')'''
 - ==== setUTCFullYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCFullYear(''' numYear [ ''',''' numMonth [ ''',''' numDate ]] ''')'''
 - <
 - ---
 - > dateObj.'''setUTCFullYear(''' numYear [ ''', ''' numMonth [ ''',''' numDate ]] ''')'''
 - ==== setUTCHours-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCHours(''' numHours [ ''',''' numMin [ ''',''' numSec [ ''',''' numMilli ]]] ''')'''
 - <
 - ---
 - > dateObj.'''setUTCHours(''' numHours [ ''',''' numMin [ ''',''' numSec [ ''',''' numMilli ]]] ''')'''
 - ==== setUTCMilliseconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCMilliseconds(''' numMilli ''')'''
 - <
 - ---
 - > dateObj.'''setUTCMilliseconds(''' numMilli ''')'''
 - ==== setUTCMinutes-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCMinutes(''' numMinutes [ ''',''' numSeconds [ ''',''' numMilli ]] ''')'''
 - <
 - ---
 - > dateObj.'''setUTCMinutes(''' numMinutes [ ''',''' numSeconds [ ''',''' numMilli ]] ''')'''
 - ==== setUTCMonth-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCMonth(''' numMonth [ ''',''' dateVal ] ''')'''
 - <
 - ---
 - > dateObj.'''setUTCMonth(''' numMonth [ ''',''' dateVal ] ''')'''
 - ==== setUTCSeconds-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setUTCSeconds(''' numSeconds [ ''',''' numMilli ] ''')'''
 - <
 - ---
 - > dateObj.'''setUTCSeconds(''' numSeconds [ ''',''' numMilli ] ''')'''
 - ==== setYear-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''setYear(''' numYear ''')'''
 - <
 - ---
 - > dateObj.'''setYear(''' numYear ''')'''
 - ==== shift-Method__Array.wiki
 - 4d3
 - <
 - ==== slice-Method__Array.wiki
 - 3,4c3
 - < arrayObj.slice( start , [ end ])
 - <
 - ---
 - > arrayObj.slice( start , [ end ])
 - ==== slice-Method__String.wiki
 - 3,4c3
 - < stringObj.slice( start , [ end ])
 - <
 - ---
 - > stringObj.slice( start , [ end ])
 - ==== some-Method__Array.wiki
 - 4d3
 - <
 - ==== sort-Method__Array.wiki
 - 3,4c3
 - < arrayobj.sort( sortFunction )
 - <
 - ---
 - > arrayobj.sort( sortFunction )
 - ==== source-Property__Regular-Expression.wiki
 - 4d3
 - <
 - ==== splice-Method__Array.wiki
 - 4d3
 - <
 - ==== split-Method__String.wiki
 - 4d3
 - <
 - ==== stack-Property__Error.wiki
 - 3,4c3
 - < object '''.stack'''
 - <
 - ---
 - > object '''.stack'''
 - ==== stackTraceLimit-Property__Error.wiki
 - 3,4c3
 - < Error '''.stackTraceLimit'''
 - <
 - ---
 - > Error '''.stackTraceLimit'''
 - ==== String.fromCharCode-Function.wiki
 - 3,4c3
 - < String.fromCharCode([ code1 [, code2 [, ...[, codeN ]]]])
 - <
 - ---
 - > String.fromCharCode([ code1 [, code2 [, ...[, codeN ]]]])
 - ==== String-Object.wiki
 - 4d3
 - <
 - ==== subarray-Method__Float32Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Float64Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Int16Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Int32Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Int8Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Uint16Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Uint32Array.wiki
 - 4d3
 - <
 - ==== subarray-Method__Uint8Array.wiki
 - 4d3
 - <
 - ==== substring-Method__String.wiki
 - 4,5c4
 - < "String Literal".substring( start [, end ] ''')'''
 - <
 - ---
 - > "String Literal".substring( start [, end ] ''')'''
 - ==== substr-Method__String.wiki
 - 3,4c3
 - < stringvar.substr( start [, length ])
 - <
 - ---
 - > stringvar.substr( start [, length ])
 - ==== Subtraction-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Subtraction-Operator.wiki
 - 4c4
 - <
 - ---
 - >
 - ==== switch-Statement.wiki
 - 4,6c4,9
 - < case label : statementlist case label :
 - < default : statementlist }
 - <
 - ---
 - > case label :
 - > statementlist
 - > case label :
 - > default :
 - > statementlist
 - > }
 - ==== test-Method__Regular-Expression.wiki
 - 3,4c3
 - < rgExp.'''test(''' str ''')'''
 - <
 - ---
 - > rgExp.'''test(''' str ''')'''
 - ==== this-Statement.wiki
 - 4d3
 - <
 - ==== throw-Statement.wiki
 - 3,4c3
 - < throw exception
 - <
 - ---
 - > throw exception
 - ==== toDateString-Method__Date.wiki
 - 4d3
 - <
 - ==== toExponential-Method__Number.wiki
 - 4d3
 - <
 - ==== toFixed-Method__Number.wiki
 - 4d3
 - <
 - ==== toGMTString-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''toGMTString()'''
 - <
 - ---
 - > dateObj.'''toGMTString()'''
 - ==== toISOString-Method__Date.wiki
 - 4d3
 - <
 - ==== toJSON-Method__Date.wiki
 - 4d3
 - <
 - ==== toLocaleDateString-Method__Date.wiki
 - 4d3
 - <
 - ==== toLocaleLowerCase-Method__String.wiki
 - 4d3
 - <
 - ==== toLocaleString-Method__Object.wiki
 - 3,4c3
 - < dateObj.'''toLocaleString()'''
 - <
 - ---
 - > dateObj.'''toLocaleString()'''
 - ==== toLocaleTimeString-Method__Date.wiki
 - 4d3
 - <
 - ==== toLocaleUpperCase-Method__String.wiki
 - 4d3
 - <
 - ==== toLowerCase-Method.wiki
 - 4,5c4
 - < "String Literal".toLowerCase()
 - <
 - ---
 - > "String Literal".toLowerCase()
 - ==== toPrecision-Method__Number.wiki
 - 4d3
 - <
 - ==== toString-Method__Array.wiki
 - 4d3
 - <
 - ==== toString-Method__Boolean.wiki
 - 4d3
 - <
 - ==== toString-Method__Date.wiki
 - 6d5
 - <
 - ==== toString-Method__Error.wiki
 - 4d3
 - <
 - ==== toString-Method__Number.wiki
 - 4d3
 - <
 - ==== toString-Method__Object.wiki
 - 4d3
 - <
 - ==== toString-Method__String.wiki
 - 4d3
 - <
 - ==== toTimeString-Method__Date.wiki
 - 4d3
 - <
 - ==== toUpperCase-Method__String.wiki
 - 4,5c4
 - < "String Literal".toUpperCase()
 - <
 - ---
 - > "String Literal".toUpperCase()
 - ==== toUTCString-Method__Date.wiki
 - 3,4c3
 - < dateObj.'''toUTCString()'''
 - <
 - ---
 - > dateObj.'''toUTCString()'''
 - ==== trim-Method__String.wiki
 - 4d3
 - <
 - ==== try_catch_finally-Statement.wiki
 - 3,6c3,11
 - < try { tryStatements }
 - < catch( exception '''){''' catchStatements }
 - < finally { finallyStatements }
 - <
 - ---
 - > try {
 - > tryStatements
 - > }
 - > catch( exception '''){'''
 - > catchStatements
 - > }
 - > finally {
 - > finallyStatements
 - > }
 - ==== typeof-Operator.wiki
 - 4d3
 - <
 - ==== Uint16Array-Object.wiki
 - 3,4c3,5
 - < uint16Array = new Uint16Array( length ); uint16Array = new Uint16Array( array ); uint16Array = new Uint16Array( buffer , byteOffset , length );
 - <
 - ---
 - > uint16Array = new Uint16Array( length );
 - > uint16Array = new Uint16Array( array );
 - > uint16Array = new Uint16Array( buffer , byteOffset , length );
 - ==== Uint32Array-Object.wiki
 - 3,4c3,5
 - < uint32Array = new Uint32Array( length ); uint32Array = new Uint32Array( array ); uint32Array = new Uint32Array( buffer , byteOffset , length );
 - <
 - ---
 - > uint32Array = new Uint32Array( length );
 - > uint32Array = new Uint32Array( array );
 - > uint32Array = new Uint32Array( buffer , byteOffset , length );
 - ==== Uint8Array-Object.wiki
 - 3,4c3,5
 - < uint8Array = new Uint8Array( length ); uintArray = new Uint8Array( array ); uintArray = new Uint8Array( buffer , byteOffset , length );
 - <
 - ---
 - > uint8Array = new Uint8Array( length );
 - > uintArray = new Uint8Array( array );
 - > uintArray = new Uint8Array( buffer , byteOffset , length );
 - ==== undefined-Constant.wiki
 - 4d3
 - <
 - ==== unescape-Function.wiki
 - 3,4c3
 - < unescape( charString )
 - <
 - ---
 - > unescape( charString )
 - ==== unshift-Method__Array.wiki
 - 4d3
 - <
 - ==== Unsigned-Right-Shift-Assignment-Operator.wiki
 - 4d3
 - <
 - ==== Unsigned-Right-Shift-Operator.wiki
 - 4d3
 - <
 - ==== use-strict-Directive.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Array.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Boolean.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Date.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Error.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Number.wiki
 - 4d3
 - <
 - ==== valueOf-Method__Object.wiki
 - 4d3
 - <
 - ==== valueOf-Method__String.wiki
 - 4d3
 - <
 - ==== var-Statement.wiki
 - 4d3
 - <
 - ==== void-Operator.wiki
 - 3,4c3
 - < void expression
 - <
 - ---
 - > void expression
 - ==== while-Statement.wiki
 - 3,4c3,5
 - < while ( expression ) { statements }
 - <
 - ---
 - > while ( expression ) {
 - > statements
 - > }
 - ==== with-Statement.wiki
 - 3,4c3,5
 - < with ( object ) { statements }
 - <
 - ---
 - > with ( object ) {
 - > statements
 - > }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment