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

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;

11 Cards in this Set

  • Front
  • Back
animation
display of a sequence of static images at a fast enough speed to create the illusion of movement
AppCache
saves a copy of your web site files locally, in a structured form
canvas element
drawing area in HTML5 that is under programmatic control
cookies
small text files that Web sites save to a computer's hard disk that contain information about the user and his or her browsing preferences
data type
strings, numbers, boolean, null, object and undefined.
encapsulate
enclose a policy in a JavaScript library
JSON
javascript object notation to exchange objects with a server
LocalStorage
allows you to save information without cookies, easier programming, and better security
parsing
analysis of complex information into constituent parts
recursion
a programming technique in which a function calls itself
XMLHttpRequest API
enables you to use JavaScript to pass data in the form of text strings between a client and a server