what is the meaning of this return, (arr[0] < arr[1] && restArray), plz explain the process of excuting | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the meaning of this return, (arr[0] < arr[1] && restArray), plz explain the process of excuting

return (arr[0] < arr[1] && restArray)

3rd Oct 2021, 10:46 AM
Praveen
Praveen - avatar
1 Answer
+ 1
What is <restArray>? no info about that variable. In fact, any of those variables. Please provide more of the code for better context clariry, and tag a language name related to your question, not your own name ... ☝ https://code.sololearn.com/W3uiji9X28C1/?ref=app
3rd Oct 2021, 10:51 AM
Ipang