Solved

Identify a True Statement About a Function in JavaScript

Question 14

Multiple Choice

Identify a true statement about a function in JavaScript.


A) A function can be stored as a variable.
B) An object is passed through a function using the pass by value method.
C) A special function exists for multithreading in JavaScript.
D) An object is passed through a function using pass by reference method.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions