Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    4,078

    Re: I am having a hard time with my code

    yep (or you can try it out and see).
  2. Replies
    14
    Views
    4,078

    Re: I am having a hard time with my code

    .get() gets the element referenced by the index. You're putting the value into get(), not the index.

    In you array you have the following:

    index: value
    0: 33
    1: 14
    2: 97
    3: 265
    4: 84
Results 1 to 2 of 2