Skip to content

Commit b9e1385

Browse files
authored
Merge pull request #4 from ElviraQDP/master
ex 19 fixed
2 parents a27a790 + f35f01c commit b9e1385

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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
contact = {
1+
let contact = {
22
fullname: "Jane Doe",
33
phone: "321-321-4321",
44
email: "test@test.com"
55
}
6-
for(key in contact){
6+
for(et key in contact){
77
// Code goes here
88
}

0 commit comments

Comments
 (0)