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

To EXPLAIN I would say: Void FUNCTIONS does not return a value. Functions with no return value are SOMETIMES CALLED procedures.



Discussion

No Comment Found

Related InterviewSolutions