Home » JavaScript » JavaScript Functions » Question
  1. A function with no return value is called
    1. Dynamic function
    2. Static function
    3. Method
    4. Procedures
    5. None of these
Correct Option: A

Void functions does not return a value. Functions with no return value are sometimes called procedures.



Your comments will be displayed only after manual approval.