fix testsnippet crash
This commit is contained in:
parent
9d15c4e270
commit
9788dd49cc
@ -73,6 +73,7 @@ coll.push("cow")
|
||||
<br/>
|
||||
|
||||
```blocks
|
||||
let coll: string[] = []
|
||||
let index = Math.random(coll.length)
|
||||
let word = coll[index]
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user