What is a function expression in JavaScript? #15
Unanswered
ajay-dhangar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A function expression in JavaScript is a function that is defined inside an expression, rather than as a function declaration. Function expressions can be stored in variables or passed as arguments to other functions.
Example:
Beta Was this translation helpful? Give feedback.
All reactions