0 votes
in JavaScript by
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

1 Answer

0 votes
by
d. return statement
...