From 11484405aaa977e491bc85b4aac5040fa68a7783 Mon Sep 17 00:00:00 2001 From: AnimaCorpi <123264793+AnimaCorpi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:21:53 -0400 Subject: [PATCH 1/6] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7e4fe1..cb7ceea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Change This - Make this About ✨YOU✨ +# Open this to stuff about ✨ME✨ -## There's an index.js file in this code base. You have two goals: -- Alter the `meObj` so it matches relevant information about ✨YOU✨ -- Complete the logic in the `introduceMe` function to print out the 2 statments that the comments are guiding you to print out. \ No newline at end of file +## There's an index.js file in this code base. You have will learn TWO things about me: From e2afa52bce077a1c312dc99a4a416918d264e53a Mon Sep 17 00:00:00 2001 From: AnimaCorpi <123264793+AnimaCorpi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:22:07 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7ceea..c1af93f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Open this to stuff about ✨ME✨ +# Open this to learn stuff about ✨ME✨ ## There's an index.js file in this code base. You have will learn TWO things about me: From b343a41e0cedb9cc91e1d2209613cc35b68e64b3 Mon Sep 17 00:00:00 2001 From: Anamaria Torres Date: Thu, 27 Apr 2023 10:41:53 -0400 Subject: [PATCH 3/6] changes --- index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index cd6e45d..763c96f 100644 --- a/index.js +++ b/index.js @@ -3,14 +3,15 @@ console.log("Hey you! Yeah you! Awesome Developer! You're doing Great Fam! 💪 const meObj = { - name: "Sam", - hometown: "The Boogie-Down - BX 🙅🏾‍♂️", - favoriteColors: ["gold", "navy blue", "forest green", "red"] + name: "Anamaria T.", + hometown: "Born in Providence, RI ; Raised in the Bronx, NY", + favoriteColors: ["Lavender", "Green", "Black"] } function introduceMe (personObj){ - // print out: "Hi, my name is {your name}, and I'm from {your hometown}" + console.log("Hi, my name is {personObj.name}, and I'm from {personObj.hometown}") - // print out: "My favorite colors are {your favorite colors}" + console.log("My favorite colors are {personObj.favoriteColors}") } +console.log (introduceMe(meObj)) \ No newline at end of file From b32b8db0cb5081e7987d80b5de7e3e3c10d99b3a Mon Sep 17 00:00:00 2001 From: Anamaria Torres Date: Thu, 27 Apr 2023 10:51:38 -0400 Subject: [PATCH 4/6] little fixes --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 763c96f..2357db4 100644 --- a/index.js +++ b/index.js @@ -10,8 +10,8 @@ const meObj = { function introduceMe (personObj){ - console.log("Hi, my name is {personObj.name}, and I'm from {personObj.hometown}") + console.log(`Hi, my name is ${personObj.name}, and I was ${personObj.hometown}`) - console.log("My favorite colors are {personObj.favoriteColors}") + console.log(`My favorite colors are ${personObj.favoriteColors}`) } console.log (introduceMe(meObj)) \ No newline at end of file From 0f5f46b02192baaf99eb1926e56c56d911af2865 Mon Sep 17 00:00:00 2001 From: AnimaCorpi <123264793+AnimaCorpi@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:52:07 -0400 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1af93f..9a9907f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Open this to learn stuff about ✨ME✨ -## There's an index.js file in this code base. You have will learn TWO things about me: +## There's an index.js file in this code base. You will learn TWO things about me: From cbaa253cc0891626abf9c42d915c1837b1c74048 Mon Sep 17 00:00:00 2001 From: Anamaria Torres Date: Thu, 27 Apr 2023 10:53:57 -0400 Subject: [PATCH 6/6] emoji --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a9907f..0686fee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Open this to learn stuff about ✨ME✨ ## There's an index.js file in this code base. You will learn TWO things about me: + +### Enjoy 🥰 \ No newline at end of file