Kizspy | Question: 15
(Choose 1 answer)
Which of the following is true about an anonymous function in JavaScript?
A. It can be used as a callback function
B. It cannot be assigned to a variable
C. It cannot return a value
D. It cannot accept parameters