Question: I need help solving this question. It just has a bug and I cant find it. This function takes an array of integers as input
I need help solving this question. It just has a bug and I cant find it.


This function takes an array of integers as input and should return true if it's sorted, false otherwise. Coding Area 1 function isSorted(input) { 2 for(var i=0: i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
