When does the function name become optional in JavaScript?
When does the function name become optional in JavaScript? Correct Answer When the function is defined as expressions
The function name is optional for functions defined as expressions. A function declaration statement actually declares a variable and assigns a function object to it.
মোঃ আরিফুল ইসলাম
Feb 20, 2025