Examveda
Examveda

The function definitions in JavaScript begins with

A. Identifier and Parantheses

B. Return type and Identifier

C. Return type, Function keyword, Identifier and Parantheses

D. Identifier and Return type

Answer: Option A

Solution(By Examveda Team)

The function definitions begin with the keyword function followed by an identifier that names the function and a pair of parantheses around a comma-separated list of zero or more identifiers.

This Question Belongs to Javascript >> Array And Function

Join The Discussion

Related Questions on Array and Function