40
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
:D) Blob as global and Buffer in require('io'); | :D) Blob as global and Buffer in require('io'); | ||
---- | ---- | ||
Method parameter preference for new methods (methods based on existing js methods will keep the same parameters. | Method parameter preference for new methods like .clear .fill .remove (methods based on existing js methods will keep the same parameters. | ||
:A) offset, length (used in .splice .substr) | :A) offset, length (used in .splice .substr) | ||
:* Daniel Friesen | :* Daniel Friesen | ||
:B) begin, end (used in .slice .substring) | :B) begin, end (used in .slice .substring, Java) | ||
:* Kris Kowal | :* Kris Kowal | ||
---- | ---- |
edits