Change array declaration for first snippet in headbands

This commit is contained in:
Thomas Denney 2016-07-25 11:11:51 +01:00
Родитель 0ee2b285c0
Коммит 28b28d0b52
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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")