Multiple Choice
Select all that apply . In JavaScript the result of a function call can be displayed to the user
A) by using an alert()
B) by using the document . write() method
C) by using an absolute reference
D) by using the document . display() method
Correct Answer:

Verified
Correct Answer:
Verified
Q25: Other names for a function are _
Q26: A function definition is the same as
Q27: A variable declared in a function is
Q28: A function _ is the algorithm written
Q29: A function is declared by writing its
Q31: Functions allow for code to be reused
Q32: Variables declared within a function<br>A) cannot be
Q33: A computer cannot generate a truly random
Q34: Joining several components together, as in:<br>'<tr style="background-color:00ccff
Q35: After running the following JavaScript, what is