Multiple Choice
Variables declared within a function
A) cannot be changed in that function
B) can only be used inside the function
C) can be used anywhere in the program
D) can be used outside the function but cannot be changed outside the function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: A variable declared in a function is
Q28: A function _ is the algorithm written
Q29: A function is declared by writing its
Q30: Select all that apply . In JavaScript
Q31: Functions allow for code to be reused
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
Q36: The name of a function identifies it
Q37: Variables declared inside a function are _