Login
Remember
Register
Ask a Question
Which of the following are the functional components in JavaScript?
0
votes
asked
Oct 9, 2022
in
JavaScript
by
Robin
Which of the following are the functional components in JavaScript?
a) First-class functions
b) Encapsulated-class functions
c) Fixed-class functions
d) All of the above
functional-component
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 9, 2022
by
Robin
Answer:- A
reason:-The different functional components in JavaScript are-
1. First-class functions
2. Nested functions
...