0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
This takes in an input, does something with it, and returns an output.
When you call a function, you tell the computer to run a block of code. The function is written between;
This code <input type=”input” id=”age”>
To define a variable you start with…
The use of “==” when making comparisons with JavaScript means…
var name = document.getElementById(“fname”).value
JavaScript is used to do what?
JavaScript, Python, Ruby, C++ are all examples of what?
…a sequence of instructions written in JavaScript that a computer can put into action.
This JavaScript code: window.alert(5 + 6);