Updated Introduction to Editor Scripting.md (markdown)
commited
commit
7db26bb83b10c271524f5f95087326ed582e2a85
... | ... | @@ -43,7 +43,7 @@ setBlock(1, 0, 0, myBlock); |
43 | 43 | ``` |
44 | 44 | But what if we want to store multiple blocks in our variable? |
45 | 45 | |
46 | ## Arrays |
|
46 | ## [๐](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)Arrays |
|
47 | 47 | ```js |
48 | 48 | // Create an empty array |
49 | 49 | let myBlocks = []; |