InterviewSolution
Saved Bookmarks
| 1. |
A function with no return value is called ___________(a) Procedures(b) Method(c) Static function(d) Dynamic functionI have been asked this question in a job interview.Origin of the question is Defining and Invoking Functions in portion Lexical Structures of JavaScript |
|
Answer» Correct option is (a) Procedures |
|