0 votes
in JavaScript by
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

1 Answer

0 votes
by
Answer:-  A

reason:-The different functional components in JavaScript are-

1. First-class functions

2. Nested functions
...