• 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 are JavaScripts Top-Level Properties? (3)
1. Infinity-A numeric Value Representing Infinity

2. NaN-A value representing Not-A-Number

3. Undefined-The Value undefined
What is the most common<FORM> object in use with Java Script?
The "text" box
What are the JavaScript supported loop statements?(3)
1. for
2. while
3. do while
If you do not use the var keyword when declaring a variable, will the variable be local, or global?
Global
What is one way to delete or overwrite a cookie in Java Script?
By setting it with an expiration date that is in the past.