diff --git a/exercises/19-And-One-and-a-Two-and-a-Three/app.js b/exercises/19-And-One-and-a-Two-and-a-Three/app.js index d0d994a8..8457e077 100644 --- a/exercises/19-And-One-and-a-Two-and-a-Three/app.js +++ b/exercises/19-And-One-and-a-Two-and-a-Three/app.js @@ -1,7 +1,7 @@ let contact = { - fullName: "Jane Doe", - phone: "321-321-4321", - email: "test@test.com" + fullName: "John Doe", + phone: "123-123-2134", + email: "test@nowhere.com" } for (let key in contact) {