what do we call the function which accepts value as numbers or text? β
Answers
Answered by
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