Change array declaration for first snippet in headbands
This commit is contained in:
parent
0ee2b285c0
commit
28b28d0b52
@ -5,7 +5,7 @@
|
|||||||
Your beginning code should look like this:
|
Your beginning code should look like this:
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
let coll = new Array<string>
|
let coll: string[] = []
|
||||||
coll.push("puppy")
|
coll.push("puppy")
|
||||||
coll.push("clock")
|
coll.push("clock")
|
||||||
coll.push("night")
|
coll.push("night")
|
||||||
|
Loading…
Reference in New Issue
Block a user