Section 1

Preview this deck

document.getElementById

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 (14)

Section 1

(14 cards)

document.getElementById

Front

method returns the element that has the ID attribute with the specified value.

Back

Variables

Front

factors that can change in an experiment

Back

function

Front

is a subprogram designed to perform a particular task.

Back

What is function

Front

Are one of the fundamental building blocks in Javascript. A function is a Javascript procedure - a set of statements that preforms a task or calculates a value.

Back

Numbers

Front

A value or integer

Back

Document.write

Front

inserts characters/text into the standard HTML text stream

Back

Java

Front

a programming language used to create interactivity on web pages

Back

Data

Front

Facts and statistics collected together for reference or analysis

Back

JavaScript

Front

an object-oriented computer programming language commonly used to create interactive effects within web browsers.

Back

External Js File

Front

You can place all your scripts into an external file (with a . js extension), then link to that file from within your HTML document.

Back

what is a conditional statement in js

Front

execute the associated piece of code only if the condition is true.

Back

Alert box

Front

a message that appears on screen, usually to tell you something went wrong.

Back

Strings

Front

anything that is not numbers. must be put in qoutation

Back

Scripting language

Front

a programming method that provides for interactive modules to a website

Back