Section 1

Preview this deck

External JavaScript File

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

2

All-time users

3

Favorites

0

Last updated

1 year ago

Date created

Mar 1, 2020

Cards (11)

Section 1

(11 cards)

External JavaScript File

Front

A separate file that excludes all of the HTML and just has the JavaScript...

Back

JavaScript

Front

A scripting language that is used to make your web-page is more interactive...

Back

Conditional Statement in JS

Front

Statements in Java Script that contain -if -else; It performs different actions depending on the input

Back

document.getElementById

Front

Receives the information that is put into a certain area. ex. an input text box...

Back

Alertbox

Front

A pop-up appears on the top of the screen with whatever you typed in it...

Back

Variables

Front

Creates variables that are assigned values...

Back

document.write

Front

Shows whatever text is typed in the content of the webpage...

Back

Comments in JavaScript

Front

Explains the code and makes the coding more readable to programmers...(multi-line and single-line)

Back

Java

Front

A high-level programming language which is normally used to program robots...

Back

Scripting Language

Front

a programming method that provides for interactive modules to a website

Back

Functions

Front

Functions are one of the fundamentals building blocks in JavaScript. A function is a JavaScript procedure- a set of statements that performs a task or calculates a value...

Back