Computer Science, asked by hemlalkumardas5469, 11 months ago

How to return an object from a JavaScript function?

Answers

Answered by Anonymous
0

The actual value itself is called an argument. Functions always return a value. In JavaScript, if no return value is specified, the function will return undefined by default. Functions are objects.

Similar questions