Synechron interview question

Can a function return multiple values? If yes, then in which case?

Interview Answers

Anonymous

26 Jun 2016

Yes You can return multiple values in function by putting them into array,list or object .

1

Anonymous

18 Jun 2013

yes function can return multiple value in term of array.