1
Orion UO Client / Re: Orion.FindList
« on: January 29, 2023, 10:57:16 AM »
The ".length" property is a property of an array in JavaScript that returns the number of elements in the array.
The 2nd line of the code uses a for loop to iterate over the elements in the "sorttobag" array. The loop starts from 0 and goes until the end of the array, which is determined by "sorttobag.length". The variable "i" is used as the loop counter and is incremented on each iteration.
Sorry, I had this to chatgpt and it seems correct 😅
The 2nd line of the code uses a for loop to iterate over the elements in the "sorttobag" array. The loop starts from 0 and goes until the end of the array, which is determined by "sorttobag.length". The variable "i" is used as the loop counter and is incremented on each iteration.
Sorry, I had this to chatgpt and it seems correct 😅