Login
Remember
Register
Ask a Question
How many types of functions JavaScript supports?
0
votes
asked
Oct 19, 2019
in
JavaScript
by
SakshiSharma
How many types of functions JavaScript supports?
javascript-functions
functions-javascript
javascript-function
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 19, 2019
by
rajeshsharma
A function in JavaScript can be either named or anonymous.
...