Pierre Hébert
Pierre Hébert
Why did you recreate an Array object, instead of using this one ?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
I need some actions of the official Array object…
]]>
< ![CDATA[
Because the script engine used in the initial implementation did not support it.
If you want to use Array, you need to copy items first.
]]>