Change array declaration for first snippet in headbands
This commit is contained in:
Родитель
0ee2b285c0
Коммит
28b28d0b52
|
@ -5,7 +5,7 @@
|
|||
Your beginning code should look like this:
|
||||
|
||||
```blocks
|
||||
let coll = new Array<string>
|
||||
let coll: string[] = []
|
||||
coll.push("puppy")
|
||||
coll.push("clock")
|
||||
coll.push("night")
|
||||
|
|
Загрузка…
Ссылка в новой задаче