+1 vote
in JavaScript by

What is true about functions? I) Functions are objects; II) Can be assigned to a variable; III) Can be anonymous; IV) Return value type has to be defined in function declaration

I, II

I, II, IV

I, II, III

I, II, III, IV

1 Answer

0 votes
by

I, II, III

...