JavaScript Vocabulary

JavaScript Vocabulary

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Variable

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (19)

Section 1

(19 cards)

Variable

Front

identify values that change when the script is executed

Back

Functions

Front

A set of methods the computer will do when an event happens

Back

Events

Front

actions or interactions such as OnMouseOver

Back

JavaScripting

Front

A scripting language

Back

Variables

Front

contains values, such as numbers, strings, booleans

Back

Event Handler

Front

Defines the action that will occur when an event takes place

Back

Conditional Statement

Front

Allows the script to react differently depending on the user's action

Back

Functions

Front

Statements that perform tasks

Back

Dot Syntax

Front

used to combine terms such as the object and property

Back

Properties

Front

Object Attributes

Back

Function

Front

Code that performs a specific task

Back

Methods

Front

Actions applied to particular objects, things they can do.

Back

Operators

Front

Used to handle variables. Arithmetic functions are examples

Back

Values

Front

Bits of information

Back

Expressions

Front

Commands that assign values to variables.

Back

Assignments

Front

place a value in a variable

Back

Java Applets

Front

Small programs written in the Java Programming Language

Back

Objects

Front

Elements in a browser

Back

Comparisons

Front

evaluate the value of one variable in rlation to another variable

Back