Skip to content

Commit 31db0f0

Browse files
Small issue on the exercise fixed.
1 parent 564fd40 commit 31db0f0

File tree

1 file changed

+2
-1
lines changed
  • exercises/19-And-One-and-a-Two-and-a-Three

1 file changed

+2
-1
lines changed

exercises/19-And-One-and-a-Two-and-a-Three/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ let contact = {
33
phone: "321-321-4321",
44
email: "test@test.com"
55
}
6-
for(et key in contact){
6+
for(let key in contact){
77
// Code goes here
8+
89
}

0 commit comments

Comments
 (0)