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...