Computer Science, asked by rupalsuthar1408, 10 months ago

what do we call the function which accepts value as numbers or text? ​

Answers

Answered by jondeshialymon
0

Answer:

A function is a subprogram designed to perform a particular task. Functions are executed when they are called. ... Functions always return a value. In JavaScript, if no return value is specified, the function will return undefined .

Similar questions