Updated Introduction to Editor Scripting.md (markdown)
commited
commit
3eb53a197cb3689465ecf96f3388a1a34400b013
... | ... | @@ -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) { |