Login
Remember
Register
Ask a Question
A function’s execution would stop whenever a program control would encounter the _________ statement in the function’s body.
0
votes
asked
Dec 2, 2022
in
JavaScript
by
john ganales
A function’s execution would stop whenever a program control would encounter the _________ statement in the function’s body.
a. goto statement
b. break statement
c. continue statement
d. return statement
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 2, 2022
by
john ganales
d. return statement
...