Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.40 seconds.

  1. Replies
    11
    Views
    1,763

    Re: HELP ME HOW TO DECREMENT THIS PLS

    Well, look at your exit condition- it's the second part of the for loop declaration (i < arr.length). The for loop exits when that evaluates to false. But if you're starting at length-1 and only...
  2. Replies
    11
    Views
    1,763

    Re: HELP ME HOW TO DECREMENT THIS PLS

    So now do you have it figured out?
  3. Replies
    11
    Views
    1,763

    Re: HELP ME HOW TO DECREMENT THIS PLS

    When do you expect that loop to exit?
  4. Replies
    11
    Views
    1,763

    Re: HELP ME HOW TO DECREMENT THIS PLS

    Okay, and what did you expect to happen?
  5. Replies
    11
    Views
    1,763

    Re: HELP ME HOW TO DECREMENT THIS PLS

    What is your question? What is the problem? What does this code do? What is it supposed to do? Please see the link in my signature on asking questions the smart way.

    You decrement exactly how you...
Results 1 to 5 of 5