can a object passed as a function parameter javascript explain
Answers
Answered by
3
Answer:
Values can be passed to a function, and the function will return a value. In JavaScript, functions are first-class objects, because they can have properties and methods just like any other object. What distinguishes them from other objects is that functions can be called. In brief, they are Function objects.
Similar questions