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

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;

15 Cards in this Set

  • Front
  • Back
callback
response to an event
computer program
a recipe we direct the computer to execute that results in a particular display or action
dynamic application
application that adjusts and responds to actions made by end users
event handler
script that is run at the occurrence of an event
events
actions that trigger other actions to occur
function
a segment of a program defined and performed in isolation from other parts
identifiers
that names of variables and functions
interactivity
enables an end user to take an action in an application, usually by clicking a button or pressing a key
JavaScript library
pre-written JavaScript code
jQuery
leading JavaScript library aimed at everyone who codes in JavaScript
library
a collection of resources, like pre-written function code and subroutines
methods
differ from functions only in that they're always associated and used with a particular object
subroutines
a function that returns no value
validation
confirmation that a user has entered valid input
variable
stands for a piece of data and uses the var syntax in JavaScript