Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -68,7 +68,7 @@ let myBlocks = [
68 68
This way, we can store multiple values of any type, including arrays themselves! This can be used to create simple multidimensional lists.\\
69 69
Now what if we wanted to place all our blocks at once?
70 70
71
## Loops
71
## [๐Ÿ–‡](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration)Loops
72 72
```js
73 73
// Set block for each block in the array
74 74
for (let index in myBlocks) {
Fancade Wiki