Computer Science, asked by adi416, 1 year ago

In what situation a function returns a value in Java script

Answers

Answered by imBitu
0
qbasic...... ...........

adi416: What
Answered by VISHALKUMARV22
2

Answer:

A return is a value that a function returns to the calling script or function when it completes its task. A return value can be any one of the four variable types: handle, integer, object, or string. The type of value your function returns depends largely on the task it performs.

Similar questions