ServerJS/Binary/C: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 46: Line 46:
:You can give multiple arguments to these methods, but then you are no longer working with your lists in the same way.
:You can give multiple arguments to these methods, but then you are no longer working with your lists in the same way.
:
:
:There is another name which does fit this kind of operation, "Append" (Side note, Wrench.js does .append to the array type). Using [1,2,3].append([4,5,6]); DOES push 4, 5, and 6 onto the array creating the array [1,2,3,4,5,6].
:There is another name which does fit this kind of operation, "Append" (Side note, Wrench.js does add .append to Array). Using [1,2,3].append([4,5,6]); DOES push 4, 5, and 6 onto the array creating the array [1,2,3,4,5,6].


== ByteArray? ==
== ByteArray? ==
40

edits

Navigation menu