From 7f74613445f2d83b63ad3228dcb6fde77feee902 Mon Sep 17 00:00:00 2001 From: LuisSebastianD Date: Thu, 11 Jun 2026 18:15:48 +0000 Subject: [PATCH] Fixed the data of the variable: contact --- exercises/19-And-One-and-a-Two-and-a-Three/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {