App Logo

No.1 PSC Learning App

1M+ Downloads
How do you define a function in JavaScript ?

Avoid name(){}

Bfunction name () { }

Cdef name() { }

Dvar=name() {}

Answer:

B. function name () { }

Read Explanation:

  • A function in JavaScript is similar to a procedure —a set of statements that performs a task or calculates a value.
  • But for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output.
  • A JavaScript function is defined with the function keyword, followed by a name, followed by parentheses ().
  • Function names can contain letters, digits, underscores, and dollar signs (same rules as variables).
  • The parentheses may include parameter names separated by commas: (parameter1, parameter2, ...)

Related Questions:

Full Form for EBCDIC:
In C, a global variable is a variable :
Pick out OOP language from the following :
EBCIDIC is a _____ bit code.
ഉയർന്ന തലത്തിലുള്ള ഭാഷകളിൽ എഴുതിയ പ്രോഗ്രാമുകൾ യന്ത്രഭാഷകളിലേക്ക് മാറ്റുന്നതിന് -------- ഉപയോഗിക്കുന്നു.