0 votes
in JavaScript by
If a function which does not return a value is known as _____

a) Static function

b) Procedures

c) Method

d) Dynamic function

1 Answer

0 votes
by

Answer: B

Reason: Functions that do not return any value are known as void functions and are sometimes called processes.

Related questions

0 votes
asked Oct 9, 2022 in JavaScript by Robin
0 votes
asked Dec 1, 2022 in JavaScript by john ganales
...