Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • The thing you are saying is i have already done with but what is this thing largestOfFour( [[13, 27, 18, 26], [4, 5, 1, 3], [32, 35, 37, 39], [1000, 1001, 857, 1]]), [27,5,39,1001] ); There is an array of arrays but how to access this [27,5,39,1001] i am not able to access it anymore Commented Sep 4, 2015 at 8:53
  • @HarshSharma the [27,5,39,1001] in that example is the expected result! Its not another array in the input - the assignment says they array will always contain 4 sub arrays. You're getting yourself confused. Commented Sep 4, 2015 at 9:26
  • As it happens, I have. Why? Commented Sep 4, 2015 at 9:52
  • anyway you have told me some other stuffs of javascript and i have also figured out the problem thanks for your answer Commented Sep 4, 2015 at 10:32