Skip to content

Commit 337fc77

Browse files
authored
error on the code
1 parent e5a6044 commit 337fc77

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ 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-
}
8+
}

0 commit comments

Comments
 (0)