Change array declaration for first snippet in headbands

This commit is contained in:
Thomas Denney 2016-07-25 11:11:51 +01:00
parent 0ee2b285c0
commit 28b28d0b52
1 changed files with 1 additions and 1 deletions

View File

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