• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/56

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

56 Cards in this Set

  • Front
  • Back
abstract
type of object used in declaration statements
boolean
true or false value for logical function or object statements
break
Is used to control loops: exits the loop to the next statement outside of the current statement block.
byte
reserved word as a 0 through 9 capacitor
case
reserved so as to make case statements
catch
reserved for try/catch statements, used in error handling
char
reserved for characters
class
Reserved for object oriented template declarations: the blueprint which describes an object's properties and behaviors.
const
Reserved for reference to constant values
continue
Reserved as a way to continue running a loop inside a statement block.
default
The default reserved word is often used when programming image maps or anything requiring default settings.
delete
"Delete" is a reserved word in JavaScript, because it is an operator.
do
The reserved word "do" is used to start do/while conditional loops.
double
"Double" is reserved in JavaScript because it is a type of number.
else
"Else" is reserved because it is used in loops as an alternative route.
extends
"Extends" is a JavaScript keyword .
false
"False" is a JavaScript keyword used in logical negation.
final
"Final" is a JavaScript reserved word.
finally
"Finally" is a JavaScript reserved word. It is used after the Try/Throw statement finishes.
float
"Float" is a number type in JavaScript and is a reserved word.
for
"For" is a reserved word in JavaScript because it often begins loop statement blocks.
function
"Function" is a reserved word in JavaScript, because it is a set of instructions which returns a value.
goto
The "goto" keyword in JavaScript allows for jumps to other sections of the code.
if
The reserved word "IF" often begins loops in JavaScript.
implements
The "implements" reserved word is used in JavaScript for prototyping.
import
The "import" keyword is often used in JavaScript to include CSS code.
in
In JavaScript, the word "in" is reserved.
instanceof
The JavaScript reserved word "instanceof" returns a value of TRUE if an object is of a given object type.
int
The "int" reserved word in JavaScript helps tell the computer that a variable is of the integer type.
interface
"Interface" is a keyword in JavaScript.
long
The JavaScript keyword "long" designates a type of number value .
native
"Native" is a JavaScript reserved word.
new
"New" is a JavaScript reserved word.
null
"Null" is a JavaScript keyword indicating no value.
package
The "package" reserved word in JavaScript.
private
"Private" is a reserved word in JavaScript.
protected
"Protected" is a JavaScript reserved word.
public
"Public" is a JavaScript reserved word.
return
"Return" is a JavaScript keyword usually used with "Switch".
short
The JavaScript keyword "short" designates a type of numeric value.
static
The JavaScript keyword "static" is used to designate normal states.
super
The JavaScript keyword "super" can designate a class as one that can have its features inherited from.
switch
"Switch" as a JavaScript keyword can be used in conditional looping.
synchronized
"Synchronized" is a reserved word in JavaScript.
this
"This" cannot be the name of a variable in JavaScript, because it is a reserved word. It is used to refer to an object.
throw
"Throw" is a reserved word in JavaScript: used to create conditions for exception.
throws
"Throws" is a reserved word in JavaScript.
transient
"Transient" is a JavaScript reserved word.
true
"True" is a JavaScript reserved word, because of its use in logic statements.
try
"Try" is a reserved word in JavaScript, because it is used in conditional statements.
typeof
The "typeof" keyword in JavaScript, because it is an operator which identifies the type of its operand: number, string, et
var
The JavaScript keyword "var" allows you to declare a variable in the <head> of the HTML document.
void
"Void" is a JavaScript keyword which specifies an expression doesn't have to return a value.
volatile
The JavaScript keyword "volatile" cannot be used as a variable name.
while
"While" is a reserved word in JavaScript because it is used in loops.
with
"With" is a JavaScript keyword because it is used in loops.