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