Array
Test Array
This does not work to test if its an array.
Clone an array
Iterate keys in an array (for...in)
(for...in)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in
Iterate values in an array (for...of)
(for...of)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
Appending/merging arrays together
Reuse Array:
New Array:
Last updated