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

Related questions

0 votes
asked Jul 13, 2022 in Go Semantics Supplemental by john ganales
0 votes
asked Mar 22, 2021 in JavaScript by Robindeniel
...