• 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/5

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;

5 Cards in this Set

  • Front
  • Back
what is the most important declaration on a function
VAR - to make sure variables are local into the function
can you create new objects in OO JavaScript?
yes... by declaring variables a new <object>
how do you create custom objects?
by creating a function and declaring the variable to be a new <function>
what is AJAX?
Asynchronous Javascript and XML
can you interface with the DOM
yes - the Document Object Model is fully accessible to Javascript